#D6AE51

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

Shades of Rob Roy #D6AE51

Tints of Rob Roy #D6AE51

Color information

#D6AE51 (or 0xD6AE51) is unknown color: approx Rob Roy. HEX triplet: D6, AE and 51. RGB value is (214,174,81). Sum of RGB (Red+Green+Blue) = 214+174+81=469 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.63% from 469); Green value is 174 (68.36% from 255 or 37.10% from 469); Blue value is 81 (32.03% from 255 or 17.27% from 469); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AE51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6AE51 is #2951AE. Grayscale: #AFAFAF. Windows color (decimal): -2707887 or 5353174. OLE color: 5353174.

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

Color convert

RGB21417481-
CMYK00.190.620.16
HSL41.95º61.86%57.84%-
HSV(B)41.95º62.15%83.92%-
XYZ44.3545.1614.16-
YUV175.3674.75155.56-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 45.63%
GREEN value IS 174 (68.36% from 255) = 37.10%
BLUE value IS 81 (32.03% from 255) = 17.27%
R=45.63%
G=37.10%
B=17.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.62
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141748100.190.620.1641.9561.8657.84
HexD6AE510133E102a3e3a
Octal3262561210237620527672
Binary1101011010101110101000101001111111010000101010111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6AE51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6AE51; }

 p { color: rgb(214,174,81); }

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

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

 a { background-color: rgb(214,174,81); }

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

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

 span { border-color: rgb(214,174,81); }

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