#DDCD88

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

Shades of Sandwisp #DDCD88

Tints of Sandwisp #DDCD88

Color information

#DDCD88 (or 0xDDCD88) is unknown color: approx Sandwisp. HEX triplet: DD, CD and 88. RGB value is (221,205,136). Sum of RGB (Red+Green+Blue) = 221+205+136=562 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.32% from 562); Green value is 205 (80.47% from 255 or 36.48% from 562); Blue value is 136 (53.52% from 255 or 24.20% from 562); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCD88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCD88 is #223277. Grayscale: #CACACA. Windows color (decimal): -2241144 or 8965597. OLE color: 8965597.

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

Color convert

RGB221205136-
CMYK00.070.380.13
HSL48.71º55.56%70%-
HSV(B)48.71º38.46%86.67%-
XYZ56.0960.8132.07-
YUV201.9290.8141.61-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.32%
GREEN value IS 205 (80.47% from 255) = 36.48%
BLUE value IS 136 (53.52% from 255) = 24.20%
R=39.32%
G=36.48%
B=24.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120513600.070.380.1348.7155.5670
HexDDCD880726D313846
Octal3353152100746156170106
Binary110111011100110110001000011110011011011100011110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCD88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCD88; }

 p { color: rgb(221,205,136); }

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

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

 a { background-color: rgb(221,205,136); }

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

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

 span { border-color: rgb(221,205,136); }

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