#DBB855

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

Shades of Rob Roy #DBB855

Tints of Rob Roy #DBB855

Color information

#DBB855 (or 0xDBB855) is unknown color: approx Rob Roy. HEX triplet: DB, B8 and 55. RGB value is (219,184,85). Sum of RGB (Red+Green+Blue) = 219+184+85=488 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.88% from 488); Green value is 184 (72.27% from 255 or 37.70% from 488); Blue value is 85 (33.59% from 255 or 17.42% from 488); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB855 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB855 is #2447AA. Grayscale: #B7B7B7. Windows color (decimal): -2377643 or 5617883. OLE color: 5617883.

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

Color convert

RGB21918485-
CMYK00.160.610.14
HSL44.33º65.05%59.61%-
HSV(B)44.33º61.19%85.88%-
XYZ47.995015.72-
YUV183.1872.6153.55-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 44.88%
GREEN value IS 184 (72.27% from 255) = 37.70%
BLUE value IS 85 (33.59% from 255) = 17.42%
R=44.88%
G=37.70%
B=17.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.61
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191848500.160.610.1444.3365.0559.61
HexDBB8550103DE2c413c
Octal33327012502075165410174
Binary1101101110111000101010101000011110111101011001000001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB855; }

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

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

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

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

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

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

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

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