#D9AD49

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

Shades of Rob Roy #D9AD49

Tints of Rob Roy #D9AD49

Color information

#D9AD49 (or 0xD9AD49) is unknown color: approx Rob Roy. HEX triplet: D9, AD and 49. RGB value is (217,173,73). Sum of RGB (Red+Green+Blue) = 217+173+73=463 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.87% from 463); Green value is 173 (67.97% from 255 or 37.37% from 463); Blue value is 73 (28.91% from 255 or 15.77% from 463); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AD49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9AD49 is #2652B6. Grayscale: #AFAFAF. Windows color (decimal): -2511543 or 4828633. OLE color: 4828633.

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

Color convert

RGB21717373-
CMYK00.200.660.15
HSL41.67º65.45%56.86%-
HSV(B)41.67º66.36%85.1%-
XYZ44.7645.1212.65-
YUV174.7670.58158.13-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 46.87%
GREEN value IS 173 (67.97% from 255) = 37.37%
BLUE value IS 73 (28.91% from 255) = 15.77%
R=46.87%
G=37.37%
B=15.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.66
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171737300.200.660.1541.6765.4556.86
HexD9AD4901442F2a4139
Octal331255111024102175210171
Binary11011001101011011001001010100100001011111010101000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9AD49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9AD49; }

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

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

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

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

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

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

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

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