#DDB97A

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

Shades of Straw #DDB97A

Tints of Straw #DDB97A

Color information

#DDB97A (or 0xDDB97A) is unknown color: approx Straw. HEX triplet: DD, B9 and 7A. RGB value is (221,185,122). Sum of RGB (Red+Green+Blue) = 221+185+122=528 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.86% from 528); Green value is 185 (72.66% from 255 or 35.04% from 528); Blue value is 122 (48.05% from 255 or 23.11% from 528); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB97A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB97A is #224685. Grayscale: #BCBCBC. Windows color (decimal): -2246278 or 8042973. OLE color: 8042973.

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

Color convert

RGB221185122-
CMYK00.160.450.13
HSL38.18º59.28%67.25%-
HSV(B)38.18º44.8%86.67%-
XYZ50.6851.4825.68-
YUV188.5890.43151.12-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.86%
GREEN value IS 185 (72.66% from 255) = 35.04%
BLUE value IS 122 (48.05% from 255) = 23.11%
R=41.86%
G=35.04%
B=23.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.45
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118512200.160.450.1338.1859.2867.25
HexDDB97A0102DD263b43
Octal33527117202055154673103
Binary1101110110111001111101001000010110111011001101110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB97A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB97A; }

 p { color: rgb(221,185,122); }

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

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

 a { background-color: rgb(221,185,122); }

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

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

 span { border-color: rgb(221,185,122); }

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