#DDBB7C

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

Shades of Straw #DDBB7C

Tints of Straw #DDBB7C

Color information

#DDBB7C (or 0xDDBB7C) is unknown color: approx Straw. HEX triplet: DD, BB and 7C. RGB value is (221,187,124). Sum of RGB (Red+Green+Blue) = 221+187+124=532 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.54% from 532); Green value is 187 (73.44% from 255 or 35.15% from 532); Blue value is 124 (48.83% from 255 or 23.31% from 532); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBB7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDBB7C is #224483. Grayscale: #BEBEBE. Windows color (decimal): -2245764 or 8174557. OLE color: 8174557.

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

Color convert

RGB221187124-
CMYK00.150.440.13
HSL38.97º58.79%67.65%-
HSV(B)38.97º43.89%86.67%-
XYZ51.2352.3726.48-
YUV189.9890.76150.12-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.54%
GREEN value IS 187 (73.44% from 255) = 35.15%
BLUE value IS 124 (48.83% from 255) = 23.31%
R=41.54%
G=35.15%
B=23.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.44
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118712400.150.440.1338.9758.7967.65
HexDDBB7C0F2CD273b44
Octal33527317401754154773104
Binary110111011011101111111000111110110011011001111110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBB7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBB7C; }

 p { color: rgb(221,187,124); }

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

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

 a { background-color: rgb(221,187,124); }

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

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

 span { border-color: rgb(221,187,124); }

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