#DCCB86

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

Shades of Sandwisp #DCCB86

Tints of Sandwisp #DCCB86

Color information

#DCCB86 (or 0xDCCB86) is unknown color: approx Sandwisp. HEX triplet: DC, CB and 86. RGB value is (220,203,134). Sum of RGB (Red+Green+Blue) = 220+203+134=557 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.50% from 557); Green value is 203 (79.69% from 255 or 36.45% from 557); Blue value is 134 (52.73% from 255 or 24.06% from 557); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCB86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCB86 is #233479. Grayscale: #C8C8C8. Windows color (decimal): -2307194 or 8834012. OLE color: 8834012.

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

Color convert

RGB220203134-
CMYK00.080.390.14
HSL48.14º55.13%69.41%-
HSV(B)48.14º39.09%86.27%-
XYZ55.1759.6531.16-
YUV200.2290.63142.11-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.50%
GREEN value IS 203 (79.69% from 255) = 36.45%
BLUE value IS 134 (52.73% from 255) = 24.06%
R=39.50%
G=36.45%
B=24.06%

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
Decimal22020313400.080.390.1448.1455.1369.41
HexDCCB860827E303745
Octal33431320601047166067105
Binary1101110011001011100001100100010011111101100001101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCB86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCB86; }

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

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

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

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

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

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

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

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