#DCCA86

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

Shades of Sandwisp #DCCA86

Tints of Sandwisp #DCCA86

Color information

#DCCA86 (or 0xDCCA86) is unknown color: approx Sandwisp. HEX triplet: DC, CA and 86. RGB value is (220,202,134). Sum of RGB (Red+Green+Blue) = 220+202+134=556 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.57% from 556); Green value is 202 (79.30% from 255 or 36.33% from 556); Blue value is 134 (52.73% from 255 or 24.10% from 556); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCA86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCA86 is #233579. Grayscale: #C7C7C7. Windows color (decimal): -2307450 or 8833756. OLE color: 8833756.

HSL color Cylindrical-coordinate representation of color #DCCA86: hue angle of 47.44º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DCCA86 is Cyan = 0, Magento = 0.08, Yellow = 0.39 and Black (K on CMYK) = 0.14.

Color convert

RGB220202134-
CMYK00.080.390.14
HSL47.44º55.13%69.41%-
HSV(B)47.44º39.09%86.27%-
XYZ54.9459.1831.08-
YUV199.6390.96142.53-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.57%
GREEN value IS 202 (79.30% from 255) = 36.33%
BLUE value IS 134 (52.73% from 255) = 24.10%
R=39.57%
G=36.33%
B=24.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.39
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020213400.080.390.1447.4455.1369.41
HexDCCA860827E2f3745
Octal33431220601047165767105
Binary1101110011001010100001100100010011111101011111101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCA86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCA86; }

 p { color: rgb(220,202,134); }

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

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

 a { background-color: rgb(220,202,134); }

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

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

 span { border-color: rgb(220,202,134); }

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