#DDD08A

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

Shades of Sandwisp #DDD08A

Tints of Sandwisp #DDD08A

Color information

#DDD08A (or 0xDDD08A) is unknown color: approx Sandwisp. HEX triplet: DD, D0 and 8A. RGB value is (221,208,138). Sum of RGB (Red+Green+Blue) = 221+208+138=567 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.98% from 567); Green value is 208 (81.64% from 255 or 36.68% from 567); Blue value is 138 (54.30% from 255 or 24.34% from 567); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD08A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD08A is #222F75. Grayscale: #CCCCCC. Windows color (decimal): -2240374 or 9097437. OLE color: 9097437.

HSL color Cylindrical-coordinate representation of color #DDD08A: hue angle of 50.6º 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 #DDD08A is Cyan = 0, Magento = 0.06, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB221208138-
CMYK00.060.380.13
HSL50.6º54.97%70.39%-
HSV(B)50.6º37.56%86.67%-
XYZ56.9662.3233.07-
YUV203.9190.81140.19-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.98%
GREEN value IS 208 (81.64% from 255) = 36.68%
BLUE value IS 138 (54.30% from 255) = 24.34%
R=38.98%
G=36.68%
B=24.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120813800.060.380.1350.654.9770.39
HexDDD08A0626D333746
Octal3353202120646156367106
Binary110111011101000010001010011010011011011100111101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD08A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD08A; }

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

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

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

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

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

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

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

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