#D9AA4B

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

Shades of Rob Roy #D9AA4B

Tints of Rob Roy #D9AA4B

Color information

#D9AA4B (or 0xD9AA4B) is unknown color: approx Rob Roy. HEX triplet: D9, AA and 4B. RGB value is (217,170,75). Sum of RGB (Red+Green+Blue) = 217+170+75=462 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.97% from 462); Green value is 170 (66.80% from 255 or 36.80% from 462); Blue value is 75 (29.69% from 255 or 16.23% from 462); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AA4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9AA4B is #2655B4. Grayscale: #ADADAD. Windows color (decimal): -2512309 or 4958937. OLE color: 4958937.

HSL color Cylindrical-coordinate representation of color #D9AA4B: hue angle of 40.14º 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 #D9AA4B is Cyan = 0, Magento = 0.22, Yellow = 0.65 and Black (K on CMYK) = 0.15.

Color convert

RGB21717075-
CMYK00.220.650.15
HSL40.14º65.14%57.25%-
HSV(B)40.14º65.44%85.1%-
XYZ44.2644.0112.82-
YUV173.2272.57159.22-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 46.97%
GREEN value IS 170 (66.80% from 255) = 36.80%
BLUE value IS 75 (29.69% from 255) = 16.23%
R=46.97%
G=36.80%
B=16.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.65
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171707500.220.650.1540.1465.1457.25
HexD9AA4B01641F284139
Octal331252113026101175010171
Binary11011001101010101001011010110100000111111010001000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9AA4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9AA4B; }

 p { color: rgb(217,170,75); }

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

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

 a { background-color: rgb(217,170,75); }

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

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

 span { border-color: rgb(217,170,75); }

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