Color Hex Logo

#dcaf24 Color Hex

#DCAF24
(220,175,36)
0 Favorites   0 Comments

Color spaces of #dcaf24

RGB 22017536
HSL0.130.720.50
HSV45°84°86°
CMYK 0.000.200.84   0.14
XYZ45.163646.00308.1681
Yxy46.00300.45470.4631
Hunter Lab67.82550.164840.3377
CIE-Lab73.54754.189070.0425

#dcaf24 color RGB value is (220,175,36).

#dcaf24 hex color red value is 220, green value is 175 and the blue value of its RGB is 36. Cylindrical-coordinate representations (also known as HSL) of color #dcaf24 hue: 0.13 , saturation: 0.72 and the lightness value of dcaf24 is 0.50.

The process color (four color CMYK) of #dcaf24 color hex is 0.00, 0.20, 0.84, 0.14. Web safe color of #dcaf24 is #cc9933. Color #dcaf24 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101111 00100100
Octal 334 257 44
Decimal 220 175 36
Hex DC AF 24

RGB Percentages of Color #dcaf24

%51.04
%40.60
%8.35

CMYK Percentages of Color #dcaf24

%0
%20
%84
%14

Triadic Colors of #dcaf24

#dcaf24 #24dcaf #af24dc

Analogous Colors of #dcaf24

#dcaf24 #addc24 #dc5324

Monochromatic Colors of #dcaf24

#dcaf24

Complementary Color

#dcaf24 #2451dc

#dcaf24 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcaf24 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcaf24 Color CSS Codes

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

#dcaf24 Text Font Color

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

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


#dcaf24 Background Color

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

This div background color is #dcaf24


#dcaf24 Border Color

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

This div border color is #dcaf24


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(220,175,36, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dcaf24; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dcaf24;
  -webkit-box-shadow: 1px 1px 3px 2px #dcaf24;
  box-shadow:         1px 1px 3px 2px #dcaf24; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,175,36, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcaf24


Comments

No comments written yet.

Please login to write comment.