#D9AD55

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

Shades of Rob Roy #D9AD55

Tints of Rob Roy #D9AD55

Color information

#D9AD55 (or 0xD9AD55) is unknown color: approx Rob Roy. HEX triplet: D9, AD and 55. RGB value is (217,173,85). Sum of RGB (Red+Green+Blue) = 217+173+85=475 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.68% from 475); Green value is 173 (67.97% from 255 or 36.42% from 475); Blue value is 85 (33.59% from 255 or 17.89% from 475); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AD55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9AD55 is #2652AA. Grayscale: #B0B0B0. Windows color (decimal): -2511531 or 5615065. OLE color: 5615065.

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

Color convert

RGB21717385-
CMYK00.200.610.15
HSL40º63.46%59.22%-
HSV(B)40º60.83%85.1%-
XYZ45.245.2914.95-
YUV176.1276.58157.16-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 45.68%
GREEN value IS 173 (67.97% from 255) = 36.42%
BLUE value IS 85 (33.59% from 255) = 17.89%
R=45.68%
G=36.42%
B=17.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.61
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171738500.200.610.154063.4659.22
HexD9AD550143DF283f3b
Octal3312551250247517507773
Binary110110011010110110101010101001111011111101000111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9AD55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9AD55; }

 p { color: rgb(217,173,85); }

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

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

 a { background-color: rgb(217,173,85); }

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

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

 span { border-color: rgb(217,173,85); }

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