#D6CC86

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

Shades of Sandwisp #D6CC86

Tints of Sandwisp #D6CC86

Color information

#D6CC86 (or 0xD6CC86) is unknown color: approx Sandwisp. HEX triplet: D6, CC and 86. RGB value is (214,204,134). Sum of RGB (Red+Green+Blue) = 214+204+134=552 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.77% from 552); Green value is 204 (80.08% from 255 or 36.96% from 552); Blue value is 134 (52.73% from 255 or 24.28% from 552); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CC86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6CC86 is #293379. Grayscale: #C7C7C7. Windows color (decimal): -2700154 or 8834262. OLE color: 8834262.

HSL color Cylindrical-coordinate representation of color #D6CC86: hue angle of 52.5º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D6CC86 is Cyan = 0, Magento = 0.05, Yellow = 0.37 and Black (K on CMYK) = 0.16.

Color convert

RGB214204134-
CMYK00.050.370.16
HSL52.5º49.38%68.24%-
HSV(B)52.5º37.38%83.92%-
XYZ53.6359.231.16-
YUV199.0191.31138.69-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.77%
GREEN value IS 204 (80.08% from 255) = 36.96%
BLUE value IS 134 (52.73% from 255) = 24.28%
R=38.77%
G=36.96%
B=24.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.37
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21420413400.050.370.1652.549.3868.24
HexD6CC86052510343144
Octal3263142060545206461104
Binary1101011011001100100001100101100101100001101001100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6CC86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6CC86; }

 p { color: rgb(214,204,134); }

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

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

 a { background-color: rgb(214,204,134); }

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

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

 span { border-color: rgb(214,204,134); }

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