#D9AE51

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

Shades of Rob Roy #D9AE51

Tints of Rob Roy #D9AE51

Color information

#D9AE51 (or 0xD9AE51) is unknown color: approx Rob Roy. HEX triplet: D9, AE and 51. RGB value is (217,174,81). Sum of RGB (Red+Green+Blue) = 217+174+81=472 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.97% from 472); Green value is 174 (68.36% from 255 or 36.86% from 472); Blue value is 81 (32.03% from 255 or 17.16% from 472); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AE51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9AE51 is #2651AE. Grayscale: #B0B0B0. Windows color (decimal): -2511279 or 5353177. OLE color: 5353177.

HSL color Cylindrical-coordinate representation of color #D9AE51: hue angle of 41.03º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D9AE51 is Cyan = 0, Magento = 0.20, Yellow = 0.63 and Black (K on CMYK) = 0.15.

Color convert

RGB21717481-
CMYK00.200.630.15
HSL41.03º64.15%58.43%-
HSV(B)41.03º62.67%85.1%-
XYZ45.2445.6214.21-
YUV176.2674.25157.06-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 45.97%
GREEN value IS 174 (68.36% from 255) = 36.86%
BLUE value IS 81 (32.03% from 255) = 17.16%
R=45.97%
G=36.86%
B=17.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.63
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171748100.200.630.1541.0364.1558.43
HexD9AE510143FF29403a
Octal33125612102477175110072
Binary1101100110101110101000101010011111111111010011000000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9AE51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9AE51; }

 p { color: rgb(217,174,81); }

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

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

 a { background-color: rgb(217,174,81); }

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

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

 span { border-color: rgb(217,174,81); }

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