#D6AE49

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

Shades of Rob Roy #D6AE49

Tints of Rob Roy #D6AE49

Color information

#D6AE49 (or 0xD6AE49) is unknown color: approx Rob Roy. HEX triplet: D6, AE and 49. RGB value is (214,174,73). Sum of RGB (Red+Green+Blue) = 214+174+73=461 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.42% from 461); Green value is 174 (68.36% from 255 or 37.74% from 461); Blue value is 73 (28.91% from 255 or 15.84% from 461); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AE49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6AE49 is #2951B6. Grayscale: #AEAEAE. Windows color (decimal): -2707895 or 4828886. OLE color: 4828886.

HSL color Cylindrical-coordinate representation of color #D6AE49: hue angle of 42.98º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D6AE49 is Cyan = 0, Magento = 0.19, Yellow = 0.66 and Black (K on CMYK) = 0.16.

Color convert

RGB21417473-
CMYK00.190.660.16
HSL42.98º63.23%56.27%-
HSV(B)42.98º65.89%83.92%-
XYZ44.0745.0512.68-
YUV174.4570.75156.21-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 46.42%
GREEN value IS 174 (68.36% from 255) = 37.74%
BLUE value IS 73 (28.91% from 255) = 15.84%
R=46.42%
G=37.74%
B=15.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.66
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141747300.190.660.1642.9863.2356.27
HexD6AE4901342102b3f38
Octal32625611102310220537770
Binary11010110101011101001001010011100001010000101011111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6AE49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6AE49; }

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

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

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

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

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

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

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

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