#D6B156

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

Shades of Rob Roy #D6B156

Tints of Rob Roy #D6B156

Color information

#D6B156 (or 0xD6B156) is unknown color: approx Rob Roy. HEX triplet: D6, B1 and 56. RGB value is (214,177,86). Sum of RGB (Red+Green+Blue) = 214+177+86=477 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.86% from 477); Green value is 177 (69.53% from 255 or 37.11% from 477); Blue value is 86 (33.98% from 255 or 18.03% from 477); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B156 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6B156 is #294EA9. Grayscale: #B2B2B2. Windows color (decimal): -2707114 or 5681622. OLE color: 5681622.

HSL color Cylindrical-coordinate representation of color #D6B156: hue angle of 42.66º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D6B156 is Cyan = 0, Magento = 0.17, Yellow = 0.60 and Black (K on CMYK) = 0.16.

Color convert

RGB21417786-
CMYK00.170.600.16
HSL42.66º60.95%58.82%-
HSV(B)42.66º59.81%83.92%-
XYZ45.1346.4115.38-
YUV177.6976.26153.9-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 44.86%
GREEN value IS 177 (69.53% from 255) = 37.11%
BLUE value IS 86 (33.98% from 255) = 18.03%
R=44.86%
G=37.11%
B=18.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.60
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141778600.170.600.1642.6660.9558.82
HexD6B1560113C102b3d3b
Octal3262611260217420537573
Binary1101011010110001101011001000111110010000101011111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6B156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6B156; }

 p { color: rgb(214,177,86); }

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

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

 a { background-color: rgb(214,177,86); }

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

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

 span { border-color: rgb(214,177,86); }

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