#DDBA7F

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

Shades of Straw #DDBA7F

Tints of Straw #DDBA7F

Color information

#DDBA7F (or 0xDDBA7F) is unknown color: approx Straw. HEX triplet: DD, BA and 7F. RGB value is (221,186,127). Sum of RGB (Red+Green+Blue) = 221+186+127=534 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.39% from 534); Green value is 186 (73.05% from 255 or 34.83% from 534); Blue value is 127 (50% from 255 or 23.78% from 534); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBA7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDBA7F is #224580. Grayscale: #BEBEBE. Windows color (decimal): -2246017 or 8370909. OLE color: 8370909.

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

Color convert

RGB221186127-
CMYK00.160.430.13
HSL37.66º58.02%68.24%-
HSV(B)37.66º42.53%86.67%-
XYZ51.2152.0227.42-
YUV189.7492.6150.3-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.39%
GREEN value IS 186 (73.05% from 255) = 34.83%
BLUE value IS 127 (50% from 255) = 23.78%
R=41.39%
G=34.83%
B=23.78%

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
Decimal22118612700.160.430.1337.6658.0268.24
HexDDBA7F0102BD263a44
Octal33527217702053154672104
Binary1101110110111010111111101000010101111011001101110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBA7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBA7F; }

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

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

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

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

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

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

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

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