#DDBD84

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

Shades of Straw #DDBD84

Tints of Straw #DDBD84

Color information

#DDBD84 (or 0xDDBD84) is unknown color: approx Straw. HEX triplet: DD, BD and 84. RGB value is (221,189,132). Sum of RGB (Red+Green+Blue) = 221+189+132=542 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.77% from 542); Green value is 189 (74.22% from 255 or 34.87% from 542); Blue value is 132 (51.95% from 255 or 24.35% from 542); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBD84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDBD84 is #22427B. Grayscale: #C0C0C0. Windows color (decimal): -2245244 or 8699357. OLE color: 8699357.

HSL color Cylindrical-coordinate representation of color #DDBD84: hue angle of 38.43º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DDBD84 is Cyan = 0, Magento = 0.14, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB221189132-
CMYK00.140.400.13
HSL38.43º56.69%69.22%-
HSV(B)38.43º40.27%86.67%-
XYZ52.1853.4329.39-
YUV192.0794.1148.63-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.77%
GREEN value IS 189 (74.22% from 255) = 34.87%
BLUE value IS 132 (51.95% from 255) = 24.35%
R=40.77%
G=34.87%
B=24.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118913200.140.400.1338.4356.6969.22
HexDDBD840E28D263945
Octal33527520401650154671105
Binary1101110110111101100001000111010100011011001101110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBD84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBD84; }

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

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

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

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

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

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

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

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