#d9ab4e

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

Shades of Rob Roy #D9AB4E

Tints of Rob Roy #D9AB4E

Color information

#D9AB4E (or 0xD9AB4E) is unknown color: approx Rob Roy. HEX triplet: D9, AB and 4E. RGB value is (217,171,78). Sum of RGB (Red+Green+Blue) = 217+171+78=466 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.57% from 466); Green value is 171 (67.19% from 255 or 36.70% from 466); Blue value is 78 (30.86% from 255 or 16.74% from 466); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AB4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9AB4E is #2654B1. Grayscale: #AEAEAE. Windows color (decimal): -2512050 or 5155801. OLE color: 5155801.

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

Color convert

RGB21717178-
CMYK00.210.640.15
HSL40.14º64.65%57.84%-
HSV(B)40.14º64.06%85.1%-
XYZ44.5544.4313.43-
YUV174.1573.74158.56-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 46.57%
GREEN value IS 171 (67.19% from 255) = 36.70%
BLUE value IS 78 (30.86% from 255) = 16.74%
R=46.57%
G=36.70%
B=16.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.64
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171717800.210.640.1540.1464.6557.84
HexD9AB4E01540F28413a
Octal331253116025100175010172
Binary11011001101010111001110010101100000011111010001000001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d9ab4e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d9ab4e; }

 p { color: rgb(217,171,78); }

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

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

 a { background-color: rgb(217,171,78); }

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

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

 span { border-color: rgb(217,171,78); }

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