#D9AC53

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

Shades of Rob Roy #D9AC53

Tints of Rob Roy #D9AC53

Color information

#D9AC53 (or 0xD9AC53) is unknown color: approx Rob Roy. HEX triplet: D9, AC and 53. RGB value is (217,172,83). Sum of RGB (Red+Green+Blue) = 217+172+83=472 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.97% from 472); Green value is 172 (67.58% from 255 or 36.44% from 472); Blue value is 83 (32.81% from 255 or 17.58% from 472); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AC53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9AC53 is #2653AC. Grayscale: #AFAFAF. Windows color (decimal): -2511789 or 5483737. OLE color: 5483737.

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

Color convert

RGB21717283-
CMYK00.210.620.15
HSL39.85º63.81%58.82%-
HSV(B)39.85º61.75%85.1%-
XYZ44.9344.8814.48-
YUV175.3175.91157.74-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 45.97%
GREEN value IS 172 (67.58% from 255) = 36.44%
BLUE value IS 83 (32.81% from 255) = 17.58%
R=45.97%
G=36.44%
B=17.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.62
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171728300.210.620.1539.8563.8158.82
HexD9AC530153EF28403b
Octal33125412302576175010073
Binary1101100110101100101001101010111111011111010001000000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9AC53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9AC53; }

 p { color: rgb(217,172,83); }

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

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

 a { background-color: rgb(217,172,83); }

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

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

 span { border-color: rgb(217,172,83); }

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