Color Hex Logo

#dfcc23 Color Hex

#DFCC23
(223,204,35)
0 Favorites   0 Comments

Color spaces of #dfcc23

RGB 22320435
HSL0.150.750.51
HSV54°84°87°
CMYK 0.000.090.84   0.13
XYZ52.327758.995110.2193
Yxy58.99510.43050.4854
Hunter Lab76.8083-12.806545.8773
CIE-Lab81.2889-9.552776.8493

#dfcc23 color RGB value is (223,204,35).

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

The process color (four color CMYK) of #dfcc23 color hex is 0.00, 0.09, 0.84, 0.13. Web safe color of #dfcc23 is #cccc33. Color #dfcc23 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001100 00100011
Octal 337 314 43
Decimal 223 204 35
Hex DF CC 23

RGB Percentages of Color #dfcc23

%48.27
%44.16
%7.58

CMYK Percentages of Color #dfcc23

%0
%9
%84
%13

Triadic Colors of #dfcc23

#dfcc23 #23dfcc #cc23df

Analogous Colors of #dfcc23

#dfcc23 #94df23 #df6e23

Monochromatic Colors of #dfcc23

#dfcc23

Complementary Color

#dfcc23 #2336df

#dfcc23 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfcc23 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfcc23 Color CSS Codes

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

#dfcc23 Text Font Color

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

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


#dfcc23 Background Color

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

This div background color is #dfcc23


#dfcc23 Border Color

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

This div border color is #dfcc23


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfcc23


Comments

No comments written yet.

Please login to write comment.