#DCD089

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

Shades of Sandwisp #DCD089

Tints of Sandwisp #DCD089

Color information

#DCD089 (or 0xDCD089) is unknown color: approx Sandwisp. HEX triplet: DC, D0 and 89. RGB value is (220,208,137). Sum of RGB (Red+Green+Blue) = 220+208+137=565 (74% of max value = 765). Red value is 220 (86.33% from 255 or 38.94% from 565); Green value is 208 (81.64% from 255 or 36.81% from 565); Blue value is 137 (53.91% from 255 or 24.25% from 565); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD089 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD089 is #232F76. Grayscale: #CBCBCB. Windows color (decimal): -2305911 or 9031900. OLE color: 9031900.

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

Color convert

RGB220208137-
CMYK00.050.380.14
HSL51.33º54.25%70%-
HSV(B)51.33º37.73%86.27%-
XYZ56.5962.1332.68-
YUV203.4990.48139.77-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.94%
GREEN value IS 208 (81.64% from 255) = 36.81%
BLUE value IS 137 (53.91% from 255) = 24.25%
R=38.94%
G=36.81%
B=24.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.38
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020813700.050.380.1451.3354.2570
HexDCD0890526E333646
Octal3343202110546166366106
Binary110111001101000010001001010110011011101100111101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD089; }

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

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

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

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

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

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

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

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