#DFAF52

Color #DFAF52 Rob Roy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rob Roy #DFAF52

Tints of Rob Roy #DFAF52

Color information

#DFAF52 (or 0xDFAF52) is unknown color: approx Rob Roy. HEX triplet: DF, AF and 52. RGB value is (223,175,82). Sum of RGB (Red+Green+Blue) = 223+175+82=480 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.46% from 480); Green value is 175 (68.75% from 255 or 36.46% from 480); Blue value is 82 (32.42% from 255 or 17.08% from 480); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAF52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFAF52 is #2050AD. Grayscale: #B3B3B3. Windows color (decimal): -2117806 or 5418975. OLE color: 5418975.

HSL color Cylindrical-coordinate representation of color #DFAF52: hue angle of 39.57º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DFAF52 is Cyan = 0, Magento = 0.22, Yellow = 0.63 and Black (K on CMYK) = 0.13.

Color convert

RGB22317582-
CMYK00.220.630.13
HSL39.57º68.78%59.8%-
HSV(B)39.57º63.23%87.45%-
XYZ47.2846.9614.55-
YUV178.7573.4159.56-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 223 (87.5% from 255) = 46.46%
GREEN value IS 175 (68.75% from 255) = 36.46%
BLUE value IS 82 (32.42% from 255) = 17.08%
R=46.46%
G=36.46%
B=17.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.63
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231758200.220.630.1339.5768.7859.8
HexDFAF520163FD28453c
Octal33725712202677155010574
Binary1101111110101111101001001011011111111011010001000101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFAF52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFAF52; }

 p { color: rgb(223,175,82); }

 H1.HeaderClassName
 {
   color: #DFAF52;
 }
 .AnyTagClassName
 {
   color: #DFAF52;
 }
</style>
background-color css

<style>
 a { background-color: #DFAF52; }

 a { background-color: rgb(223,175,82); }

 div.DivClassName
 {
   background-color: #DFAF52;
 }
 .BgClassName
 {
   background-color: #DFAF52;
 }
</style>
border-color css

<style>
 span { border-color: #DFAF52; }

 span { border-color: rgb(223,175,82); }

 td.TdClassName
 {
   border-color: #DFAF52;
 }
 .TagClassName
 {
   border-color: #DFAF52;
 }
</style>