Color Hex Logo

#ddbf54 Color Hex

#DDBF54
(221,191,84)
0 Favorites   0 Comments

Color spaces of #ddbf54

RGB 22119184
HSL0.130.670.60
HSV47°62°87°
CMYK 0.000.140.62   0.13
XYZ50.049853.273816.0325
Yxy53.27380.41930.4463
Hunter Lab72.9889-5.329938.0688
CIE-Lab78.0364-1.567956.5204

#ddbf54 color RGB value is (221,191,84).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111111 01010100
Octal 335 277 124
Decimal 221 191 84
Hex DD BF 54

RGB Percentages of Color #ddbf54

%44.56
%38.51
%16.94

CMYK Percentages of Color #ddbf54

%0
%14
%62
%13

Triadic Colors of #ddbf54

#ddbf54 #54ddbf #bf54dd

Analogous Colors of #ddbf54

#ddbf54 #b7dd54 #dd7b54

Monochromatic Colors of #ddbf54

#ddbf54

Complementary Color

#ddbf54 #5472dd

#ddbf54 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbf54 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbf54 Color CSS Codes

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

#ddbf54 Text Font Color

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

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


#ddbf54 Background Color

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

This div background color is #ddbf54


#ddbf54 Border Color

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

This div border color is #ddbf54


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbf54


Comments

No comments written yet.

Please login to write comment.