#D3AB50

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

Shades of Rob Roy #D3AB50

Tints of Rob Roy #D3AB50

Color information

#D3AB50 (or 0xD3AB50) is unknown color: approx Rob Roy. HEX triplet: D3, AB and 50. RGB value is (211,171,80). Sum of RGB (Red+Green+Blue) = 211+171+80=462 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.67% from 462); Green value is 171 (67.19% from 255 or 37.01% from 462); Blue value is 80 (31.64% from 255 or 17.32% from 462); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AB50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3AB50 is #2C54AF. Grayscale: #ACACAC. Windows color (decimal): -2905264 or 5286867. OLE color: 5286867.

HSL color Cylindrical-coordinate representation of color #D3AB50: hue angle of 41.68º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D3AB50 is Cyan = 0, Magento = 0.19, Yellow = 0.62 and Black (K on CMYK) = 0.17.

Color convert

RGB21117180-
CMYK00.190.620.17
HSL41.68º59.82%57.06%-
HSV(B)41.68º62.09%82.75%-
XYZ42.8743.5513.74-
YUV172.5975.75155.4-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 45.67%
GREEN value IS 171 (67.19% from 255) = 37.01%
BLUE value IS 80 (31.64% from 255) = 17.32%
R=45.67%
G=37.01%
B=17.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.62
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2111718000.190.620.1741.6859.8257.06
HexD3AB500133E112a3c39
Octal3232531200237621527471
Binary1101001110101011101000001001111111010001101010111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3AB50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3AB50; }

 p { color: rgb(211,171,80); }

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

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

 a { background-color: rgb(211,171,80); }

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

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

 span { border-color: rgb(211,171,80); }

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