#D7B650

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

Shades of Rob Roy #D7B650

Tints of Rob Roy #D7B650

Color information

#D7B650 (or 0xD7B650) is unknown color: approx Rob Roy. HEX triplet: D7, B6 and 50. RGB value is (215,182,80). Sum of RGB (Red+Green+Blue) = 215+182+80=477 (63% of max value = 765). Red value is 215 (84.38% from 255 or 45.07% from 477); Green value is 182 (71.48% from 255 or 38.16% from 477); Blue value is 80 (31.64% from 255 or 16.77% from 477); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B650 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7B650 is #2849AF. Grayscale: #B4B4B4. Windows color (decimal): -2640304 or 5289687. OLE color: 5289687.

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

Color convert

RGB21518280-
CMYK00.150.630.16
HSL45.33º62.79%57.84%-
HSV(B)45.33º62.79%84.31%-
XYZ46.248.4814.51-
YUV180.2471.43152.79-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 45.07%
GREEN value IS 182 (71.48% from 255) = 38.16%
BLUE value IS 80 (31.64% from 255) = 16.77%
R=45.07%
G=38.16%
B=16.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.63
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2151828000.150.630.1645.3362.7957.84
HexD7B6500F3F102d3f3a
Octal3272661200177720557772
Binary110101111011011010100000111111111110000101101111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7B650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7B650; }

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

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

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

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

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

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

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

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