#DDBD87

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

Shades of Straw #DDBD87

Tints of Straw #DDBD87

Color information

#DDBD87 (or 0xDDBD87) is unknown color: approx Straw. HEX triplet: DD, BD and 87. RGB value is (221,189,135). Sum of RGB (Red+Green+Blue) = 221+189+135=545 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.55% from 545); Green value is 189 (74.22% from 255 or 34.68% from 545); Blue value is 135 (53.12% from 255 or 24.77% from 545); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBD87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDBD87 is #224278. Grayscale: #C0C0C0. Windows color (decimal): -2245241 or 8895965. OLE color: 8895965.

HSL color Cylindrical-coordinate representation of color #DDBD87: hue angle of 37.67º 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 #DDBD87 is Cyan = 0, Magento = 0.14, Yellow = 0.39 and Black (K on CMYK) = 0.13.

Color convert

RGB221189135-
CMYK00.140.390.13
HSL37.67º55.84%69.8%-
HSV(B)37.67º38.91%86.67%-
XYZ52.3953.5230.49-
YUV192.4195.6148.39-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.55%
GREEN value IS 189 (74.22% from 255) = 34.68%
BLUE value IS 135 (53.12% from 255) = 24.77%
R=40.55%
G=34.68%
B=24.77%

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
Decimal22118913500.140.390.1337.6755.8469.8
HexDDBD870E27D263846
Octal33527520701647154670106
Binary1101110110111101100001110111010011111011001101110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBD87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBD87; }

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

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

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

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

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

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

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

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