#D7A551

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

Shades of Rob Roy #D7A551

Tints of Rob Roy #D7A551

Color information

#D7A551 (or 0xD7A551) is unknown color: approx Rob Roy. HEX triplet: D7, A5 and 51. RGB value is (215,165,81). Sum of RGB (Red+Green+Blue) = 215+165+81=461 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.64% from 461); Green value is 165 (64.84% from 255 or 35.79% from 461); Blue value is 81 (32.03% from 255 or 17.57% from 461); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A551 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7A551 is #285AAE. Grayscale: #AAAAAA. Windows color (decimal): -2644655 or 5350871. OLE color: 5350871.

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

Color convert

RGB21516581-
CMYK00.230.620.16
HSL37.61º62.62%58.04%-
HSV(B)37.61º62.33%84.31%-
XYZ42.9641.9513.62-
YUV170.3777.56159.83-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 46.64%
GREEN value IS 165 (64.84% from 255) = 35.79%
BLUE value IS 81 (32.03% from 255) = 17.57%
R=46.64%
G=35.79%
B=17.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.62
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2151658100.230.620.1637.6162.6258.04
HexD7A5510173E10263f3a
Octal3272451210277620467772
Binary1101011110100101101000101011111111010000100110111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7A551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7A551; }

 p { color: rgb(215,165,81); }

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

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

 a { background-color: rgb(215,165,81); }

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

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

 span { border-color: rgb(215,165,81); }

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