#DBB878

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

Shades of Straw #DBB878

Tints of Straw #DBB878

Color information

#DBB878 (or 0xDBB878) is unknown color: approx Straw. HEX triplet: DB, B8 and 78. RGB value is (219,184,120). Sum of RGB (Red+Green+Blue) = 219+184+120=523 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.87% from 523); Green value is 184 (72.27% from 255 or 35.18% from 523); Blue value is 120 (47.27% from 255 or 22.94% from 523); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB878 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB878 is #244787. Grayscale: #BBBBBB. Windows color (decimal): -2377608 or 7911643. OLE color: 7911643.

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

Color convert

RGB219184120-
CMYK00.160.450.14
HSL38.79º57.89%66.47%-
HSV(B)38.79º45.21%85.88%-
XYZ49.7450.724.93-
YUV187.1790.1150.7-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 41.87%
GREEN value IS 184 (72.27% from 255) = 35.18%
BLUE value IS 120 (47.27% from 255) = 22.94%
R=41.87%
G=35.18%
B=22.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.45
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21918412000.160.450.1438.7957.8966.47
HexDBB8780102DE273a42
Octal33327017002055164772102
Binary1101101110111000111100001000010110111101001111110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB878; }

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

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

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

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

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

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

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

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