Color Hex Logo

#dfaf30 Color Hex

#DFAF30
(223,175,48)
0 Favorites   0 Comments

Color spaces of #dfaf30

RGB 22317548
HSL0.120.730.53
HSV44°78°87°
CMYK 0.000.220.78   0.13
XYZ46.294946.56139.3435
Yxy46.56130.45300.4556
Hunter Lab68.23581.691439.6465
CIE-Lab73.90835.864866.7985

#dfaf30 color RGB value is (223,175,48).

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

The process color (four color CMYK) of #dfaf30 color hex is 0.00, 0.22, 0.78, 0.13. Web safe color of #dfaf30 is #cc9933. Color #dfaf30 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101111 00110000
Octal 337 257 60
Decimal 223 175 48
Hex DF AF 30

RGB Percentages of Color #dfaf30

%50.00
%39.24
%10.76

CMYK Percentages of Color #dfaf30

%0
%22
%78
%13

Triadic Colors of #dfaf30

#dfaf30 #30dfaf #af30df

Analogous Colors of #dfaf30

#dfaf30 #b8df30 #df5730

Monochromatic Colors of #dfaf30

#dfaf30

Complementary Color

#dfaf30 #3060df

#dfaf30 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfaf30 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfaf30 Color CSS Codes

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

#dfaf30 Text Font Color

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

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


#dfaf30 Background Color

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

This div background color is #dfaf30


#dfaf30 Border Color

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

This div border color is #dfaf30


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,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 #dfaf30">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfaf30


Comments

No comments written yet.

Please login to write comment.