#DDBD86

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

Shades of Straw #DDBD86

Tints of Straw #DDBD86

Color information

#DDBD86 (or 0xDDBD86) is unknown color: approx Straw. HEX triplet: DD, BD and 86. RGB value is (221,189,134). Sum of RGB (Red+Green+Blue) = 221+189+134=544 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.62% from 544); Green value is 189 (74.22% from 255 or 34.74% from 544); Blue value is 134 (52.73% from 255 or 24.63% from 544); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBD86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDBD86 is #224279. Grayscale: #C0C0C0. Windows color (decimal): -2245242 or 8830429. OLE color: 8830429.

HSL color Cylindrical-coordinate representation of color #DDBD86: hue angle of 37.93º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DDBD86 is Cyan = 0, Magento = 0.14, Yellow = 0.39 and Black (K on CMYK) = 0.13.

Color convert

RGB221189134-
CMYK00.140.390.13
HSL37.93º56.13%69.61%-
HSV(B)37.93º39.37%86.67%-
XYZ52.3253.4930.12-
YUV192.395.1148.47-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.62%
GREEN value IS 189 (74.22% from 255) = 34.74%
BLUE value IS 134 (52.73% from 255) = 24.63%
R=40.62%
G=34.74%
B=24.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.39
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118913400.140.390.1337.9356.1369.61
HexDDBD860E27D263846
Octal33527520601647154670106
Binary1101110110111101100001100111010011111011001101110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBD86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBD86; }

 p { color: rgb(221,189,134); }

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

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

 a { background-color: rgb(221,189,134); }

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

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

 span { border-color: rgb(221,189,134); }

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