#DBC080

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

Shades of Straw #DBC080

Tints of Straw #DBC080

Color information

#DBC080 (or 0xDBC080) is unknown color: approx Straw. HEX triplet: DB, C0 and 80. RGB value is (219,192,128). Sum of RGB (Red+Green+Blue) = 219+192+128=539 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.63% from 539); Green value is 192 (75.39% from 255 or 35.62% from 539); Blue value is 128 (50.39% from 255 or 23.75% from 539); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC080 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC080 is #243F7F. Grayscale: #C1C1C1. Windows color (decimal): -2375552 or 8437979. OLE color: 8437979.

HSL color Cylindrical-coordinate representation of color #DBC080: hue angle of 42.2º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DBC080 is Cyan = 0, Magento = 0.12, Yellow = 0.42 and Black (K on CMYK) = 0.14.

Color convert

RGB219192128-
CMYK00.120.420.14
HSL42.2º55.83%68.04%-
HSV(B)42.2º41.55%85.88%-
XYZ51.9654.3228.17-
YUV192.7891.45146.7-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.63%
GREEN value IS 192 (75.39% from 255) = 35.62%
BLUE value IS 128 (50.39% from 255) = 23.75%
R=40.63%
G=35.62%
B=23.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.42
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21919212800.120.420.1442.255.8368.04
HexDBC0800C2AE2a3844
Octal33330020001452165270104
Binary1101101111000000100000000110010101011101010101110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBC080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBC080; }

 p { color: rgb(219,192,128); }

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

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

 a { background-color: rgb(219,192,128); }

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

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

 span { border-color: rgb(219,192,128); }

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