#D6AC49

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

Shades of Rob Roy #D6AC49

Tints of Rob Roy #D6AC49

Color information

#D6AC49 (or 0xD6AC49) is unknown color: approx Rob Roy. HEX triplet: D6, AC and 49. RGB value is (214,172,73). Sum of RGB (Red+Green+Blue) = 214+172+73=459 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.62% from 459); Green value is 172 (67.58% from 255 or 37.47% from 459); Blue value is 73 (28.91% from 255 or 15.90% from 459); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AC49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6AC49 is #2953B6. Grayscale: #ADADAD. Windows color (decimal): -2708407 or 4828374. OLE color: 4828374.

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

Color convert

RGB21417273-
CMYK00.200.660.16
HSL42.13º63.23%56.27%-
HSV(B)42.13º65.89%83.92%-
XYZ43.6944.2812.55-
YUV173.2771.41157.05-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 46.62%
GREEN value IS 172 (67.58% from 255) = 37.47%
BLUE value IS 73 (28.91% from 255) = 15.90%
R=46.62%
G=37.47%
B=15.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.66
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141727300.200.660.1642.1363.2356.27
HexD6AC4901442102a3f38
Octal32625411102410220527770
Binary11010110101011001001001010100100001010000101010111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6AC49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6AC49; }

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

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

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

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

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

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

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

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