#D9A64C

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

Shades of Rob Roy #D9A64C

Tints of Rob Roy #D9A64C

Color information

#D9A64C (or 0xD9A64C) is unknown color: approx Rob Roy. HEX triplet: D9, A6 and 4C. RGB value is (217,166,76). Sum of RGB (Red+Green+Blue) = 217+166+76=459 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.28% from 459); Green value is 166 (65.23% from 255 or 36.17% from 459); Blue value is 76 (30.08% from 255 or 16.56% from 459); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A64C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9A64C is #2659B3. Grayscale: #ABABAB. Windows color (decimal): -2513332 or 5023449. OLE color: 5023449.

HSL color Cylindrical-coordinate representation of color #D9A64C: hue angle of 38.3º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D9A64C is Cyan = 0, Magento = 0.24, Yellow = 0.65 and Black (K on CMYK) = 0.15.

Color convert

RGB21716676-
CMYK00.240.650.15
HSL38.3º64.98%57.45%-
HSV(B)38.3º64.98%85.1%-
XYZ43.5642.5512.75-
YUV170.9974.4160.82-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 47.28%
GREEN value IS 166 (65.23% from 255) = 36.17%
BLUE value IS 76 (30.08% from 255) = 16.56%
R=47.28%
G=36.17%
B=16.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.65
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171667600.240.650.1538.364.9857.45
HexD9A64C01841F264139
Octal331246114030101174610171
Binary11011001101001101001100011000100000111111001101000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9A64C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9A64C; }

 p { color: rgb(217,166,76); }

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

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

 a { background-color: rgb(217,166,76); }

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

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

 span { border-color: rgb(217,166,76); }

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