#DFAF54

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

Shades of Rob Roy #DFAF54

Tints of Rob Roy #DFAF54

Color information

#DFAF54 (or 0xDFAF54) is unknown color: approx Rob Roy. HEX triplet: DF, AF and 54. RGB value is (223,175,84). Sum of RGB (Red+Green+Blue) = 223+175+84=482 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.27% from 482); Green value is 175 (68.75% from 255 or 36.31% from 482); Blue value is 84 (33.20% from 255 or 17.43% from 482); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAF54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFAF54 is #2050AB. Grayscale: #B3B3B3. Windows color (decimal): -2117804 or 5550047. OLE color: 5550047.

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

Color convert

RGB22317584-
CMYK00.220.620.13
HSL39.28º68.47%60.2%-
HSV(B)39.28º62.33%87.45%-
XYZ47.3646.9914.96-
YUV178.9874.4159.4-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 46.27%
GREEN value IS 175 (68.75% from 255) = 36.31%
BLUE value IS 84 (33.20% from 255) = 17.43%
R=46.27%
G=36.31%
B=17.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.62
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231758400.220.620.1339.2868.4760.2
HexDFAF540163ED27443c
Octal33725712402676154710474
Binary1101111110101111101010001011011111011011001111000100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFAF54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFAF54; }

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

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

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

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

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

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

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

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