#D7A849

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

Shades of Rob Roy #D7A849

Tints of Rob Roy #D7A849

Color information

#D7A849 (or 0xD7A849) is unknown color: approx Rob Roy. HEX triplet: D7, A8 and 49. RGB value is (215,168,73). Sum of RGB (Red+Green+Blue) = 215+168+73=456 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.15% from 456); Green value is 168 (66.02% from 255 or 36.84% from 456); Blue value is 73 (28.91% from 255 or 16.01% from 456); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A849 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7A849 is #2857B6. Grayscale: #ABABAB. Windows color (decimal): -2643895 or 4827351. OLE color: 4827351.

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

Color convert

RGB21516873-
CMYK00.220.660.16
HSL40.14º63.96%56.47%-
HSV(B)40.14º66.05%84.31%-
XYZ43.2342.9312.31-
YUV171.2272.57159.22-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 47.15%
GREEN value IS 168 (66.02% from 255) = 36.84%
BLUE value IS 73 (28.91% from 255) = 16.01%
R=47.15%
G=36.84%
B=16.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.66
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2151687300.220.660.1640.1463.9656.47
HexD7A8490164210284038
Octal327250111026102205010070
Binary110101111010100010010010101101000010100001010001000000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7A849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7A849; }

 p { color: rgb(215,168,73); }

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

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

 a { background-color: rgb(215,168,73); }

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

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

 span { border-color: rgb(215,168,73); }

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