#D6CE8C

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

Shades of Sandwisp #D6CE8C

Tints of Sandwisp #D6CE8C

Color information

#D6CE8C (or 0xD6CE8C) is unknown color: approx Sandwisp. HEX triplet: D6, CE and 8C. RGB value is (214,206,140). Sum of RGB (Red+Green+Blue) = 214+206+140=560 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.21% from 560); Green value is 206 (80.86% from 255 or 36.79% from 560); Blue value is 140 (55.08% from 255 or 25% from 560); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CE8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6CE8C is #293173. Grayscale: #C9C9C9. Windows color (decimal): -2699636 or 9227990. OLE color: 9227990.

HSL color Cylindrical-coordinate representation of color #D6CE8C: hue angle of 53.51º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D6CE8C is Cyan = 0, Magento = 0.04, Yellow = 0.35 and Black (K on CMYK) = 0.16.

Color convert

RGB214206140-
CMYK00.040.350.16
HSL53.51º47.44%69.41%-
HSV(B)53.51º34.58%83.92%-
XYZ54.5460.3333.58-
YUV200.8793.65137.37-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.21%
GREEN value IS 206 (80.86% from 255) = 36.79%
BLUE value IS 140 (55.08% from 255) = 25%
R=38.21%
G=36.79%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.35
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21420614000.040.350.1653.5147.4469.41
HexD6CE8C042310362f45
Octal3263162140443206657105
Binary1101011011001110100011000100100011100001101101011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6CE8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6CE8C; }

 p { color: rgb(214,206,140); }

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

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

 a { background-color: rgb(214,206,140); }

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

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

 span { border-color: rgb(214,206,140); }

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