#DCBD81

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

Shades of Straw #DCBD81

Tints of Straw #DCBD81

Color information

#DCBD81 (or 0xDCBD81) is unknown color: approx Straw. HEX triplet: DC, BD and 81. RGB value is (220,189,129). Sum of RGB (Red+Green+Blue) = 220+189+129=538 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.89% from 538); Green value is 189 (74.22% from 255 or 35.13% from 538); Blue value is 129 (50.78% from 255 or 23.98% from 538); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBD81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBD81 is #23427E. Grayscale: #BFBFBF. Windows color (decimal): -2310783 or 8502748. OLE color: 8502748.

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

Color convert

RGB220189129-
CMYK00.140.410.14
HSL39.56º56.52%68.43%-
HSV(B)39.56º41.36%86.27%-
XYZ51.6853.228.31-
YUV191.4392.77148.38-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.89%
GREEN value IS 189 (74.22% from 255) = 35.13%
BLUE value IS 129 (50.78% from 255) = 23.98%
R=40.89%
G=35.13%
B=23.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.41
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018912900.140.410.1439.5656.5268.43
HexDCBD810E29E283944
Octal33427520101651165071104
Binary1101110010111101100000010111010100111101010001110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBD81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBD81; }

 p { color: rgb(220,189,129); }

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

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

 a { background-color: rgb(220,189,129); }

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

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

 span { border-color: rgb(220,189,129); }

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