#D7A749

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

Shades of Rob Roy #D7A749

Tints of Rob Roy #D7A749

Color information

#D7A749 (or 0xD7A749) is unknown color: approx Rob Roy. HEX triplet: D7, A7 and 49. RGB value is (215,167,73). Sum of RGB (Red+Green+Blue) = 215+167+73=455 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.25% from 455); Green value is 167 (65.62% from 255 or 36.70% from 455); Blue value is 73 (28.91% from 255 or 16.04% from 455); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A749 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7A749 is #2858B6. Grayscale: #ABABAB. Windows color (decimal): -2644151 or 4827095. OLE color: 4827095.

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

Color convert

RGB21516773-
CMYK00.220.660.16
HSL39.72º63.96%56.47%-
HSV(B)39.72º66.05%84.31%-
XYZ43.0542.5712.25-
YUV170.6472.9159.64-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 47.25%
GREEN value IS 167 (65.62% from 255) = 36.70%
BLUE value IS 73 (28.91% from 255) = 16.04%
R=47.25%
G=36.70%
B=16.04%

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
Decimal2151677300.220.660.1639.7263.9656.47
HexD7A7490164210284038
Octal327247111026102205010070
Binary110101111010011110010010101101000010100001010001000000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7A749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7A749; }

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

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

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

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

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

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

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

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