Color Hex Logo

#dcaf30 Color Hex

#DCAF30
(220,175,48)
0 Favorites   0 Comments

Color spaces of #dcaf30

RGB 22017548
HSL0.120.710.53
HSV44°78°86°
CMYK 0.000.200.78   0.14
XYZ45.378746.08909.3007
Yxy46.08900.45030.4574
Hunter Lab67.88890.508539.3996
CIE-Lab73.60324.567166.4074

#dcaf30 color RGB value is (220,175,48).

#dcaf30 hex color red value is 220, green value is 175 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #dcaf30 hue: 0.12 , saturation: 0.71 and the lightness value of dcaf30 is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101111 00110000
Octal 334 257 60
Decimal 220 175 48
Hex DC AF 30

RGB Percentages of Color #dcaf30

%49.66
%39.50
%10.84

CMYK Percentages of Color #dcaf30

%0
%20
%78
%14

Triadic Colors of #dcaf30

#dcaf30 #30dcaf #af30dc

Analogous Colors of #dcaf30

#dcaf30 #b3dc30 #dc5930

Monochromatic Colors of #dcaf30

#dcaf30

Complementary Color

#dcaf30 #305ddc

#dcaf30 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcaf30 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcaf30 Color CSS Codes

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

#dcaf30 Text Font Color

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

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


#dcaf30 Background Color

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

This div background color is #dcaf30


#dcaf30 Border Color

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

This div border color is #dcaf30


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcaf30


Comments

No comments written yet.

Please login to write comment.