#DDBA7D

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

Shades of Straw #DDBA7D

Tints of Straw #DDBA7D

Color information

#DDBA7D (or 0xDDBA7D) is unknown color: approx Straw. HEX triplet: DD, BA and 7D. RGB value is (221,186,125). Sum of RGB (Red+Green+Blue) = 221+186+125=532 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.54% from 532); Green value is 186 (73.05% from 255 or 34.96% from 532); Blue value is 125 (49.22% from 255 or 23.50% from 532); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBA7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDBA7D is #224582. Grayscale: #BDBDBD. Windows color (decimal): -2246019 or 8239837. OLE color: 8239837.

HSL color Cylindrical-coordinate representation of color #DDBA7D: hue angle of 38.12º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DDBA7D is Cyan = 0, Magento = 0.16, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB221186125-
CMYK00.160.430.13
HSL38.12º58.54%67.84%-
HSV(B)38.12º43.44%86.67%-
XYZ51.0851.9726.74-
YUV189.5191.6150.46-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.54%
GREEN value IS 186 (73.05% from 255) = 34.96%
BLUE value IS 125 (49.22% from 255) = 23.50%
R=41.54%
G=34.96%
B=23.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118612500.160.430.1338.1258.5467.84
HexDDBA7D0102BD263b44
Octal33527217502053154673104
Binary1101110110111010111110101000010101111011001101110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBA7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBA7D; }

 p { color: rgb(221,186,125); }

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

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

 a { background-color: rgb(221,186,125); }

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

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

 span { border-color: rgb(221,186,125); }

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