#D7A451

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

Shades of Rob Roy #D7A451

Tints of Rob Roy #D7A451

Color information

#D7A451 (or 0xD7A451) is unknown color: approx Rob Roy. HEX triplet: D7, A4 and 51. RGB value is (215,164,81). Sum of RGB (Red+Green+Blue) = 215+164+81=460 (60% of max value = 765). Red value is 215 (84.38% from 255 or 46.74% from 460); Green value is 164 (64.45% from 255 or 35.65% from 460); Blue value is 81 (32.03% from 255 or 17.61% from 460); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A451 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7A451 is #285BAE. Grayscale: #AAAAAA. Windows color (decimal): -2644911 or 5350615. OLE color: 5350615.

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

Color convert

RGB21516481-
CMYK00.240.620.16
HSL37.16º62.62%58.04%-
HSV(B)37.16º62.33%84.31%-
XYZ42.7841.5913.56-
YUV169.7977.9160.25-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 46.74%
GREEN value IS 164 (64.45% from 255) = 35.65%
BLUE value IS 81 (32.03% from 255) = 17.61%
R=46.74%
G=35.65%
B=17.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.62
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2151648100.240.620.1637.1662.6258.04
HexD7A4510183E10253f3a
Octal3272441210307620457772
Binary1101011110100100101000101100011111010000100101111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7A451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7A451; }

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

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

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

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

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

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

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

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