#DDBD7C

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

Shades of Straw #DDBD7C

Tints of Straw #DDBD7C

Color information

#DDBD7C (or 0xDDBD7C) is unknown color: approx Straw. HEX triplet: DD, BD and 7C. RGB value is (221,189,124). Sum of RGB (Red+Green+Blue) = 221+189+124=534 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.39% from 534); Green value is 189 (74.22% from 255 or 35.39% from 534); Blue value is 124 (48.83% from 255 or 23.22% from 534); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBD7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDBD7C is #224283. Grayscale: #BFBFBF. Windows color (decimal): -2245252 or 8175069. OLE color: 8175069.

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

Color convert

RGB221189124-
CMYK00.140.440.13
HSL40.21º58.79%67.65%-
HSV(B)40.21º43.89%86.67%-
XYZ51.6553.2226.62-
YUV191.1690.1149.29-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.39%
GREEN value IS 189 (74.22% from 255) = 35.39%
BLUE value IS 124 (48.83% from 255) = 23.22%
R=41.39%
G=35.39%
B=23.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.44
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118912400.140.440.1340.2158.7967.65
HexDDBD7C0E2CD283b44
Octal33527517401654155073104
Binary110111011011110111111000111010110011011010001110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBD7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBD7C; }

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

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

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

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

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

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

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

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