#DCBE89

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

Shades of Straw #DCBE89

Tints of Straw #DCBE89

Color information

#DCBE89 (or 0xDCBE89) is unknown color: approx Straw. HEX triplet: DC, BE and 89. RGB value is (220,190,137). Sum of RGB (Red+Green+Blue) = 220+190+137=547 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.22% from 547); Green value is 190 (74.61% from 255 or 34.73% from 547); Blue value is 137 (53.91% from 255 or 25.05% from 547); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBE89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBE89 is #234176. Grayscale: #C1C1C1. Windows color (decimal): -2310519 or 9027292. OLE color: 9027292.

HSL color Cylindrical-coordinate representation of color #DCBE89: hue angle of 38.31º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DCBE89 is Cyan = 0, Magento = 0.14, Yellow = 0.38 and Black (K on CMYK) = 0.14.

Color convert

RGB220190137-
CMYK00.140.380.14
HSL38.31º54.25%70%-
HSV(B)38.31º37.73%86.27%-
XYZ52.4453.8531.3-
YUV192.9396.44147.31-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.22%
GREEN value IS 190 (74.61% from 255) = 34.73%
BLUE value IS 137 (53.91% from 255) = 25.05%
R=40.22%
G=34.73%
B=25.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.38
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019013700.140.380.1438.3154.2570
HexDCBE890E26E263646
Octal33427621101646164666106
Binary1101110010111110100010010111010011011101001101101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBE89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBE89; }

 p { color: rgb(220,190,137); }

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

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

 a { background-color: rgb(220,190,137); }

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

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

 span { border-color: rgb(220,190,137); }

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