#D9AA4A

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

Shades of Rob Roy #D9AA4A

Tints of Rob Roy #D9AA4A

Color information

#D9AA4A (or 0xD9AA4A) is unknown color: approx Rob Roy. HEX triplet: D9, AA and 4A. RGB value is (217,170,74). Sum of RGB (Red+Green+Blue) = 217+170+74=461 (61% of max value = 765). Red value is 217 (85.16% from 255 or 47.07% from 461); Green value is 170 (66.80% from 255 or 36.88% from 461); Blue value is 74 (29.30% from 255 or 16.05% from 461); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AA4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9AA4A is #2655B5. Grayscale: #ADADAD. Windows color (decimal): -2512310 or 4893401. OLE color: 4893401.

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

Color convert

RGB21717074-
CMYK00.220.660.15
HSL40.28º65.3%57.06%-
HSV(B)40.28º65.9%85.1%-
XYZ44.234412.64-
YUV173.1172.07159.31-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 47.07%
GREEN value IS 170 (66.80% from 255) = 36.88%
BLUE value IS 74 (29.30% from 255) = 16.05%
R=47.07%
G=36.88%
B=16.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.66
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171707400.220.660.1540.2865.357.06
HexD9AA4A01642F284139
Octal331252112026102175010171
Binary11011001101010101001010010110100001011111010001000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9AA4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9AA4A; }

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

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

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

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

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

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

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

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