Color Hex Logo

#ddb960 Color Hex

#DDB960
(221,185,96)
0 Favorites   0 Comments

Color spaces of #ddb960

RGB 22118596
HSL0.120.650.62
HSV43°57°87°
CMYK 0.000.160.57   0.13
XYZ49.279150.914618.2965
Yxy50.91460.41590.4297
Hunter Lab71.3545-1.594034.7452
CIE-Lab76.62722.422749.3368

#ddb960 color RGB value is (221,185,96).

#ddb960 hex color red value is 221, green value is 185 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #ddb960 hue: 0.12 , saturation: 0.65 and the lightness value of ddb960 is 0.62.

The process color (four color CMYK) of #ddb960 color hex is 0.00, 0.16, 0.57, 0.13. Web safe color of #ddb960 is #cccc66. Color #ddb960 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111001 01100000
Octal 335 271 140
Decimal 221 185 96
Hex DD B9 60

RGB Percentages of Color #ddb960

%44.02
%36.85
%19.12

CMYK Percentages of Color #ddb960

%0
%16
%57
%13

Triadic Colors of #ddb960

#ddb960 #60ddb9 #b960dd

Analogous Colors of #ddb960

#ddb960 #c3dd60 #dd7b60

Monochromatic Colors of #ddb960

#ddb960

Complementary Color

#ddb960 #6084dd

#ddb960 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb960 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb960 Color CSS Codes

.mybgcolor {background-color:#ddb960; } 
.myforecolor {color:#ddb960; }
.mybordercolor {border:3px solid #ddb960; }

#ddb960 Text Font Color

<p style="color:#ddb960">Text here</p>

This sample text font color is #ddb960
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#ddb960 Background Color

<div style="background-color:#ddb960">
Div content here</div>

This div background color is #ddb960


#ddb960 Border Color

<div style="border:3px solid #ddb960">
Div here</div>

This div border color is #ddb960


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(221,185,96, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ddb960; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ddb960;
  -webkit-box-shadow: 1px 1px 3px 2px #ddb960;
  box-shadow:         1px 1px 3px 2px #ddb960; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,185,96, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ddb960">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ddb960;
  -webkit-box-shadow: 1px 1px 3px 2px #ddb960;
  box-shadow:         1px 1px 3px 2px #ddb960;">
Div content here</div>

This div box has shadow with color #ddb960


Comments

No comments written yet.

Please login to write comment.