#D9AE59

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

Shades of Rob Roy #D9AE59

Tints of Rob Roy #D9AE59

Color information

#D9AE59 (or 0xD9AE59) is unknown color: approx Rob Roy. HEX triplet: D9, AE and 59. RGB value is (217,174,89). Sum of RGB (Red+Green+Blue) = 217+174+89=480 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.21% from 480); Green value is 174 (68.36% from 255 or 36.25% from 480); Blue value is 89 (35.16% from 255 or 18.54% from 480); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AE59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9AE59 is #2651A6. Grayscale: #B1B1B1. Windows color (decimal): -2511271 or 5877465. OLE color: 5877465.

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

Color convert

RGB21717489-
CMYK00.200.590.15
HSL39.84º62.75%60%-
HSV(B)39.84º58.99%85.1%-
XYZ45.5545.7515.88-
YUV177.1778.25156.41-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 45.21%
GREEN value IS 174 (68.36% from 255) = 36.25%
BLUE value IS 89 (35.16% from 255) = 18.54%
R=45.21%
G=36.25%
B=18.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.59
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171748900.200.590.1539.8462.7560
HexD9AE590143BF283f3c
Octal3312561310247317507774
Binary110110011010111010110010101001110111111101000111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9AE59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9AE59; }

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

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

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

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

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

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

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

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