#DBB155

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

Shades of Rob Roy #DBB155

Tints of Rob Roy #DBB155

Color information

#DBB155 (or 0xDBB155) is unknown color: approx Rob Roy. HEX triplet: DB, B1 and 55. RGB value is (219,177,85). Sum of RGB (Red+Green+Blue) = 219+177+85=481 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.53% from 481); Green value is 177 (69.53% from 255 or 36.80% from 481); Blue value is 85 (33.59% from 255 or 17.67% from 481); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB155 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBB155 is #244EAA. Grayscale: #B3B3B3. Windows color (decimal): -2379435 or 5616091. OLE color: 5616091.

HSL color Cylindrical-coordinate representation of color #DBB155: hue angle of 41.19º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DBB155 is Cyan = 0, Magento = 0.19, Yellow = 0.61 and Black (K on CMYK) = 0.14.

Color convert

RGB21917785-
CMYK00.190.610.14
HSL41.19º65.05%59.61%-
HSV(B)41.19º61.19%85.88%-
XYZ46.5847.1615.24-
YUV179.0774.91156.48-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 45.53%
GREEN value IS 177 (69.53% from 255) = 36.80%
BLUE value IS 85 (33.59% from 255) = 17.67%
R=45.53%
G=36.80%
B=17.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.61
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191778500.190.610.1441.1965.0559.61
HexDBB1550133DE29413c
Octal33326112502375165110174
Binary1101101110110001101010101001111110111101010011000001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB155; }

 p { color: rgb(219,177,85); }

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

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

 a { background-color: rgb(219,177,85); }

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

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

 span { border-color: rgb(219,177,85); }

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