#DCCD89

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

Shades of Sandwisp #DCCD89

Tints of Sandwisp #DCCD89

Color information

#DCCD89 (or 0xDCCD89) is unknown color: approx Sandwisp. HEX triplet: DC, CD and 89. RGB value is (220,205,137). Sum of RGB (Red+Green+Blue) = 220+205+137=562 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.15% from 562); Green value is 205 (80.47% from 255 or 36.48% from 562); Blue value is 137 (53.91% from 255 or 24.38% from 562); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCD89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCD89 is #233276. Grayscale: #CACACA. Windows color (decimal): -2306679 or 9031132. OLE color: 9031132.

HSL color Cylindrical-coordinate representation of color #DCCD89: hue angle of 49.16º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DCCD89 is Cyan = 0, Magento = 0.07, Yellow = 0.38 and Black (K on CMYK) = 0.14.

Color convert

RGB220205137-
CMYK00.070.380.14
HSL49.16º54.25%70%-
HSV(B)49.16º37.73%86.27%-
XYZ55.8660.6832.44-
YUV201.7391.47141.03-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.15%
GREEN value IS 205 (80.47% from 255) = 36.48%
BLUE value IS 137 (53.91% from 255) = 24.38%
R=39.15%
G=36.48%
B=24.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.38
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020513700.070.380.1449.1654.2570
HexDCCD890726E313646
Octal3343152110746166166106
Binary110111001100110110001001011110011011101100011101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCD89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCD89; }

 p { color: rgb(220,205,137); }

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

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

 a { background-color: rgb(220,205,137); }

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

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

 span { border-color: rgb(220,205,137); }

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