#DDBD7D

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

Shades of Straw #DDBD7D

Tints of Straw #DDBD7D

Color information

#DDBD7D (or 0xDDBD7D) is unknown color: approx Straw. HEX triplet: DD, BD and 7D. RGB value is (221,189,125). Sum of RGB (Red+Green+Blue) = 221+189+125=535 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.31% from 535); Green value is 189 (74.22% from 255 or 35.33% from 535); Blue value is 125 (49.22% from 255 or 23.36% from 535); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBD7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDBD7D is #224282. Grayscale: #BFBFBF. Windows color (decimal): -2245251 or 8240605. OLE color: 8240605.

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

Color convert

RGB221189125-
CMYK00.140.430.13
HSL40º58.54%67.84%-
HSV(B)40º43.44%86.67%-
XYZ51.7253.2526.95-
YUV191.2790.6149.2-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.31%
GREEN value IS 189 (74.22% from 255) = 35.33%
BLUE value IS 125 (49.22% from 255) = 23.36%
R=41.31%
G=35.33%
B=23.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118912500.140.430.134058.5467.84
HexDDBD7D0E2BD283b44
Octal33527517501653155073104
Binary110111011011110111111010111010101111011010001110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBD7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBD7D; }

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

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

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

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

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

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

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

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