#DDCB89

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

Shades of Sandwisp #DDCB89

Tints of Sandwisp #DDCB89

Color information

#DDCB89 (or 0xDDCB89) is unknown color: approx Sandwisp. HEX triplet: DD, CB and 89. RGB value is (221,203,137). Sum of RGB (Red+Green+Blue) = 221+203+137=561 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.39% from 561); Green value is 203 (79.69% from 255 or 36.19% from 561); Blue value is 137 (53.91% from 255 or 24.42% from 561); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCB89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCB89 is #223476. Grayscale: #C9C9C9. Windows color (decimal): -2241655 or 9030621. OLE color: 9030621.

HSL color Cylindrical-coordinate representation of color #DDCB89: hue angle of 47.14º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DDCB89 is Cyan = 0, Magento = 0.08, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB221203137-
CMYK00.080.380.13
HSL47.14º55.26%70.2%-
HSV(B)47.14º38.01%86.67%-
XYZ55.6959.8932.29-
YUV200.8691.96142.37-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.39%
GREEN value IS 203 (79.69% from 255) = 36.19%
BLUE value IS 137 (53.91% from 255) = 24.42%
R=39.39%
G=36.19%
B=24.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120313700.080.380.1347.1455.2670.2
HexDDCB890826D2f3746
Octal33531321101046155767106
Binary1101110111001011100010010100010011011011011111101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCB89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCB89; }

 p { color: rgb(221,203,137); }

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

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

 a { background-color: rgb(221,203,137); }

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

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

 span { border-color: rgb(221,203,137); }

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