#DBB877

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

Shades of Straw #DBB877

Tints of Straw #DBB877

Color information

#DBB877 (or 0xDBB877) is unknown color: approx Straw. HEX triplet: DB, B8 and 77. RGB value is (219,184,119). Sum of RGB (Red+Green+Blue) = 219+184+119=522 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.95% from 522); Green value is 184 (72.27% from 255 or 35.25% from 522); Blue value is 119 (46.88% from 255 or 22.80% from 522); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB877 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB877 is #244788. Grayscale: #BBBBBB. Windows color (decimal): -2377609 or 7846107. OLE color: 7846107.

HSL color Cylindrical-coordinate representation of color #DBB877: hue angle of 39º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DBB877 is Cyan = 0, Magento = 0.16, Yellow = 0.46 and Black (K on CMYK) = 0.14.

Color convert

RGB219184119-
CMYK00.160.460.14
HSL39º58.14%66.27%-
HSV(B)39º45.66%85.88%-
XYZ49.6850.6724.62-
YUV187.0589.6150.79-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 41.95%
GREEN value IS 184 (72.27% from 255) = 35.25%
BLUE value IS 119 (46.88% from 255) = 22.80%
R=41.95%
G=35.25%
B=22.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.46
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21918411900.160.460.143958.1466.27
HexDBB8770102EE273a42
Octal33327016702056164772102
Binary1101101110111000111011101000010111011101001111110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB877; }

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

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

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

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

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

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

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

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