#DDD08B

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

Shades of Sandwisp #DDD08B

Tints of Sandwisp #DDD08B

Color information

#DDD08B (or 0xDDD08B) is unknown color: approx Sandwisp. HEX triplet: DD, D0 and 8B. RGB value is (221,208,139). Sum of RGB (Red+Green+Blue) = 221+208+139=568 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.91% from 568); Green value is 208 (81.64% from 255 or 36.62% from 568); Blue value is 139 (54.69% from 255 or 24.47% from 568); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD08B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD08B is #222F74. Grayscale: #CCCCCC. Windows color (decimal): -2240373 or 9162973. OLE color: 9162973.

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

Color convert

RGB221208139-
CMYK00.060.370.13
HSL50.49º54.67%70.59%-
HSV(B)50.49º37.1%86.67%-
XYZ57.0362.3533.45-
YUV204.0291.31140.11-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.91%
GREEN value IS 208 (81.64% from 255) = 36.62%
BLUE value IS 139 (54.69% from 255) = 24.47%
R=38.91%
G=36.62%
B=24.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.37
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120813900.060.370.1350.4954.6770.59
HexDDD08B0625D323747
Octal3353202130645156267107
Binary110111011101000010001011011010010111011100101101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD08B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD08B; }

 p { color: rgb(221,208,139); }

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

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

 a { background-color: rgb(221,208,139); }

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

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

 span { border-color: rgb(221,208,139); }

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