#D7A952

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

Shades of Rob Roy #D7A952

Tints of Rob Roy #D7A952

Color information

#D7A952 (or 0xD7A952) is unknown color: approx Rob Roy. HEX triplet: D7, A9 and 52. RGB value is (215,169,82). Sum of RGB (Red+Green+Blue) = 215+169+82=466 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.14% from 466); Green value is 169 (66.41% from 255 or 36.27% from 466); Blue value is 82 (32.42% from 255 or 17.60% from 466); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A952 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7A952 is #2856AD. Grayscale: #ADADAD. Windows color (decimal): -2643630 or 5417431. OLE color: 5417431.

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

Color convert

RGB21516982-
CMYK00.210.620.16
HSL39.25º62.44%58.24%-
HSV(B)39.25º61.86%84.31%-
XYZ43.7443.4314.06-
YUV172.8476.74158.07-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 46.14%
GREEN value IS 169 (66.41% from 255) = 36.27%
BLUE value IS 82 (32.42% from 255) = 17.60%
R=46.14%
G=36.27%
B=17.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.62
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2151698200.210.620.1639.2562.4458.24
HexD7A9520153E10273e3a
Octal3272511220257620477672
Binary1101011110101001101001001010111111010000100111111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7A952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7A952; }

 p { color: rgb(215,169,82); }

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

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

 a { background-color: rgb(215,169,82); }

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

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

 span { border-color: rgb(215,169,82); }

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