#D6CD85

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

Shades of Sandwisp #D6CD85

Tints of Sandwisp #D6CD85

Color information

#D6CD85 (or 0xD6CD85) is unknown color: approx Sandwisp. HEX triplet: D6, CD and 85. RGB value is (214,205,133). Sum of RGB (Red+Green+Blue) = 214+205+133=552 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.77% from 552); Green value is 205 (80.47% from 255 or 37.14% from 552); Blue value is 133 (52.34% from 255 or 24.09% from 552); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CD85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6CD85 is #29327A. Grayscale: #C7C7C7. Windows color (decimal): -2699899 or 8768982. OLE color: 8768982.

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

Color convert

RGB214205133-
CMYK00.040.380.16
HSL53.33º49.69%68.04%-
HSV(B)53.33º37.85%83.92%-
XYZ53.859.6530.87-
YUV199.4890.48138.35-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.77%
GREEN value IS 205 (80.47% from 255) = 37.14%
BLUE value IS 133 (52.34% from 255) = 24.09%
R=38.77%
G=37.14%
B=24.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21420513300.040.380.1653.3349.6968.04
HexD6CD85042610353244
Octal3263152050446206562104
Binary1101011011001101100001010100100110100001101011100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6CD85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6CD85; }

 p { color: rgb(214,205,133); }

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

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

 a { background-color: rgb(214,205,133); }

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

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

 span { border-color: rgb(214,205,133); }

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