#DCCC84

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

Shades of Sandwisp #DCCC84

Tints of Sandwisp #DCCC84

Color information

#DCCC84 (or 0xDCCC84) is unknown color: approx Sandwisp. HEX triplet: DC, CC and 84. RGB value is (220,204,132). Sum of RGB (Red+Green+Blue) = 220+204+132=556 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.57% from 556); Green value is 204 (80.08% from 255 or 36.69% from 556); Blue value is 132 (51.95% from 255 or 23.74% from 556); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCC84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCC84 is #23337B. Grayscale: #C8C8C8. Windows color (decimal): -2306940 or 8703196. OLE color: 8703196.

HSL color Cylindrical-coordinate representation of color #DCCC84: hue angle of 49.09º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DCCC84 is Cyan = 0, Magento = 0.07, Yellow = 0.40 and Black (K on CMYK) = 0.14.

Color convert

RGB220204132-
CMYK00.070.400.14
HSL49.09º55.7%69.02%-
HSV(B)49.09º40%86.27%-
XYZ55.2760.0730.51-
YUV200.5889.3141.85-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.57%
GREEN value IS 204 (80.08% from 255) = 36.69%
BLUE value IS 132 (51.95% from 255) = 23.74%
R=39.57%
G=36.69%
B=23.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.40
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020413200.070.400.1449.0955.769.02
HexDCCC840728E313845
Octal3343142040750166170105
Binary110111001100110010000100011110100011101100011110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCC84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCC84; }

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

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

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

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

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

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

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

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