Color Hex Logo

#ddbf55 Color Hex

#DDBF55
(221,191,85)
0 Favorites   0 Comments

Color spaces of #ddbf55

RGB 22119185
HSL0.130.670.60
HSV47°62°87°
CMYK 0.000.140.62   0.13
XYZ50.089353.289616.2403
Yxy53.28960.41870.4455
Hunter Lab72.9997-5.270437.9095
CIE-Lab78.0457-1.501856.0821

#ddbf55 color RGB value is (221,191,85).

#ddbf55 hex color red value is 221, green value is 191 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #ddbf55 hue: 0.13 , saturation: 0.67 and the lightness value of ddbf55 is 0.60.

The process color (four color CMYK) of #ddbf55 color hex is 0.00, 0.14, 0.62, 0.13. Web safe color of #ddbf55 is #cccc66. Color #ddbf55 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111111 01010101
Octal 335 277 125
Decimal 221 191 85
Hex DD BF 55

RGB Percentages of Color #ddbf55

%44.47
%38.43
%17.10

CMYK Percentages of Color #ddbf55

%0
%14
%62
%13

Triadic Colors of #ddbf55

#ddbf55 #55ddbf #bf55dd

Analogous Colors of #ddbf55

#ddbf55 #b7dd55 #dd7b55

Monochromatic Colors of #ddbf55

#ddbf55

Complementary Color

#ddbf55 #5573dd

#ddbf55 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbf55 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbf55 Color CSS Codes

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

#ddbf55 Text Font Color

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

This sample text font color is #ddbf55
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.


#ddbf55 Background Color

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

This div background color is #ddbf55


#ddbf55 Border Color

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

This div border color is #ddbf55


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbf55


Comments

No comments written yet.

Please login to write comment.