#D7B150

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

Shades of Rob Roy #D7B150

Tints of Rob Roy #D7B150

Color information

#D7B150 (or 0xD7B150) is unknown color: approx Rob Roy. HEX triplet: D7, B1 and 50. RGB value is (215,177,80). Sum of RGB (Red+Green+Blue) = 215+177+80=472 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.55% from 472); Green value is 177 (69.53% from 255 or 37.5% from 472); Blue value is 80 (31.64% from 255 or 16.95% from 472); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B150 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7B150 is #284EAF. Grayscale: #B1B1B1. Windows color (decimal): -2641584 or 5288407. OLE color: 5288407.

HSL color Cylindrical-coordinate representation of color #D7B150: hue angle of 43.11º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D7B150 is Cyan = 0, Magento = 0.18, Yellow = 0.63 and Black (K on CMYK) = 0.16.

Color convert

RGB21517780-
CMYK00.180.630.16
HSL43.11º62.79%57.84%-
HSV(B)43.11º62.79%84.31%-
XYZ45.1946.4714.18-
YUV177.373.09154.89-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 45.55%
GREEN value IS 177 (69.53% from 255) = 37.5%
BLUE value IS 80 (31.64% from 255) = 16.95%
R=45.55%
G=37.5%
B=16.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.63
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2151778000.180.630.1643.1162.7957.84
HexD7B1500123F102b3f3a
Octal3272611200227720537772
Binary1101011110110001101000001001011111110000101011111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7B150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7B150; }

 p { color: rgb(215,177,80); }

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

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

 a { background-color: rgb(215,177,80); }

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

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

 span { border-color: rgb(215,177,80); }

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