#DCCC8C

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

Shades of Sandwisp #DCCC8C

Tints of Sandwisp #DCCC8C

Color information

#DCCC8C (or 0xDCCC8C) is unknown color: approx Sandwisp. HEX triplet: DC, CC and 8C. RGB value is (220,204,140). Sum of RGB (Red+Green+Blue) = 220+204+140=564 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.01% from 564); Green value is 204 (80.08% from 255 or 36.17% from 564); Blue value is 140 (55.08% from 255 or 24.82% from 564); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCC8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCC8C is #233373. Grayscale: #C9C9C9. Windows color (decimal): -2306932 or 9227484. OLE color: 9227484.

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

Color convert

RGB220204140-
CMYK00.070.360.14
HSL48º53.33%70.59%-
HSV(B)48º36.36%86.27%-
XYZ55.8460.2933.51-
YUV201.4993.3141.2-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.01%
GREEN value IS 204 (80.08% from 255) = 36.17%
BLUE value IS 140 (55.08% from 255) = 24.82%
R=39.01%
G=36.17%
B=24.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.36
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020414000.070.360.144853.3370.59
HexDCCC8C0724E303547
Octal3343142140744166065107
Binary110111001100110010001100011110010011101100001101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCC8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCC8C; }

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

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

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

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

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

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

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

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