Color Hex Logo

#dfcd21 Color Hex

#DFCD21
(223,205,33)
0 Favorites   0 Comments

Color spaces of #dfcd21

RGB 22320533
HSL0.150.750.50
HSV54°85°87°
CMYK 0.000.080.85   0.13
XYZ52.537359.460410.1468
Yxy59.46040.43010.4868
Hunter Lab77.1106-13.327146.1756
CIE-Lab81.5440-10.105977.5046

#dfcd21 color RGB value is (223,205,33).

#dfcd21 hex color red value is 223, green value is 205 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #dfcd21 hue: 0.15 , saturation: 0.75 and the lightness value of dfcd21 is 0.50.

The process color (four color CMYK) of #dfcd21 color hex is 0.00, 0.08, 0.85, 0.13. Web safe color of #dfcd21 is #cccc33. Color #dfcd21 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001101 00100001
Octal 337 315 41
Decimal 223 205 33
Hex DF CD 21

RGB Percentages of Color #dfcd21

%48.37
%44.47
%7.16

CMYK Percentages of Color #dfcd21

%0
%8
%85
%13

Triadic Colors of #dfcd21

#dfcd21 #21dfcd #cd21df

Analogous Colors of #dfcd21

#dfcd21 #92df21 #df6e21

Monochromatic Colors of #dfcd21

#dfcd21

Complementary Color

#dfcd21 #2133df

#dfcd21 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfcd21 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfcd21 Color CSS Codes

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

#dfcd21 Text Font Color

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

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


#dfcd21 Background Color

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

This div background color is #dfcd21


#dfcd21 Border Color

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

This div border color is #dfcd21


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(223,205,33, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dfcd21; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dfcd21;
  -webkit-box-shadow: 1px 1px 3px 2px #dfcd21;
  box-shadow:         1px 1px 3px 2px #dfcd21; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,205,33, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfcd21


Comments

No comments written yet.

Please login to write comment.