#DCD08C

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

Shades of Sandwisp #DCD08C

Tints of Sandwisp #DCD08C

Color information

#DCD08C (or 0xDCD08C) is unknown color: approx Sandwisp. HEX triplet: DC, D0 and 8C. RGB value is (220,208,140). Sum of RGB (Red+Green+Blue) = 220+208+140=568 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.73% from 568); Green value is 208 (81.64% from 255 or 36.62% from 568); Blue value is 140 (55.08% from 255 or 24.65% from 568); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD08C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD08C is #232F73. Grayscale: #CCCCCC. Windows color (decimal): -2305908 or 9228508. OLE color: 9228508.

HSL color Cylindrical-coordinate representation of color #DCD08C: hue angle of 51º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DCD08C is Cyan = 0, Magento = 0.05, Yellow = 0.36 and Black (K on CMYK) = 0.14.

Color convert

RGB220208140-
CMYK00.050.360.14
HSL51º53.33%70.59%-
HSV(B)51º36.36%86.27%-
XYZ56.862.2233.83-
YUV203.8491.98139.53-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.73%
GREEN value IS 208 (81.64% from 255) = 36.62%
BLUE value IS 140 (55.08% from 255) = 24.65%
R=38.73%
G=36.62%
B=24.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.36
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020814000.050.360.145153.3370.59
HexDCD08C0524E333547
Octal3343202140544166365107
Binary110111001101000010001100010110010011101100111101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD08C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD08C; }

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

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

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

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

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

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

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

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