#D5A851

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

Shades of Rob Roy #D5A851

Tints of Rob Roy #D5A851

Color information

#D5A851 (or 0xD5A851) is unknown color: approx Rob Roy. HEX triplet: D5, A8 and 51. RGB value is (213,168,81). Sum of RGB (Red+Green+Blue) = 213+168+81=462 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.10% from 462); Green value is 168 (66.02% from 255 or 36.36% from 462); Blue value is 81 (32.03% from 255 or 17.53% from 462); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A851 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5A851 is #2A57AE. Grayscale: #ABABAB. Windows color (decimal): -2774959 or 5351637. OLE color: 5351637.

HSL color Cylindrical-coordinate representation of color #D5A851: hue angle of 39.55º 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 #D5A851 is Cyan = 0, Magento = 0.21, Yellow = 0.62 and Black (K on CMYK) = 0.16.

Color convert

RGB21316881-
CMYK00.210.620.16
HSL39.55º61.11%57.65%-
HSV(B)39.55º61.97%83.53%-
XYZ42.9342.7513.77-
YUV171.5476.91157.57-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 46.10%
GREEN value IS 168 (66.02% from 255) = 36.36%
BLUE value IS 81 (32.03% from 255) = 17.53%
R=46.10%
G=36.36%
B=17.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.62
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131688100.210.620.1639.5561.1157.65
HexD5A8510153E10283d3a
Octal3252501210257620507572
Binary1101010110101000101000101010111111010000101000111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A851; }

 p { color: rgb(213,168,81); }

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

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

 a { background-color: rgb(213,168,81); }

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

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

 span { border-color: rgb(213,168,81); }

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