#DDB97B

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

Shades of Straw #DDB97B

Tints of Straw #DDB97B

Color information

#DDB97B (or 0xDDB97B) is unknown color: approx Straw. HEX triplet: DD, B9 and 7B. RGB value is (221,185,123). Sum of RGB (Red+Green+Blue) = 221+185+123=529 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.78% from 529); Green value is 185 (72.66% from 255 or 34.97% from 529); Blue value is 123 (48.44% from 255 or 23.25% from 529); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB97B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB97B is #224684. Grayscale: #BCBCBC. Windows color (decimal): -2246277 or 8108509. OLE color: 8108509.

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

Color convert

RGB221185123-
CMYK00.160.440.13
HSL37.96º59.04%67.45%-
HSV(B)37.96º44.34%86.67%-
XYZ50.7451.526-
YUV188.790.93151.04-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.78%
GREEN value IS 185 (72.66% from 255) = 34.97%
BLUE value IS 123 (48.44% from 255) = 23.25%
R=41.78%
G=34.97%
B=23.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.44
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118512300.160.440.1337.9659.0467.45
HexDDB97B0102CD263b43
Octal33527117302054154673103
Binary1101110110111001111101101000010110011011001101110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB97B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB97B; }

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

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

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

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

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

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

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

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