#D5AB52

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

Shades of Rob Roy #D5AB52

Tints of Rob Roy #D5AB52

Color information

#D5AB52 (or 0xD5AB52) is unknown color: approx Rob Roy. HEX triplet: D5, AB and 52. RGB value is (213,171,82). Sum of RGB (Red+Green+Blue) = 213+171+82=466 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.71% from 466); Green value is 171 (67.19% from 255 or 36.70% from 466); Blue value is 82 (32.42% from 255 or 17.60% from 466); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AB52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5AB52 is #2A54AD. Grayscale: #ADADAD. Windows color (decimal): -2774190 or 5417941. OLE color: 5417941.

HSL color Cylindrical-coordinate representation of color #D5AB52: hue angle of 40.76º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D5AB52 is Cyan = 0, Magento = 0.20, Yellow = 0.62 and Black (K on CMYK) = 0.16.

Color convert

RGB21317182-
CMYK00.200.620.16
HSL40.76º60.93%57.84%-
HSV(B)40.76º61.5%83.53%-
XYZ43.5343.8814.16-
YUV173.4176.41156.24-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 45.71%
GREEN value IS 171 (67.19% from 255) = 36.70%
BLUE value IS 82 (32.42% from 255) = 17.60%
R=45.71%
G=36.70%
B=17.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.62
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131718200.200.620.1640.7660.9357.84
HexD5AB520143E10293d3a
Octal3252531220247620517572
Binary1101010110101011101001001010011111010000101001111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5AB52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5AB52; }

 p { color: rgb(213,171,82); }

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

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

 a { background-color: rgb(213,171,82); }

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

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

 span { border-color: rgb(213,171,82); }

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