#D9CA86

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

Shades of Sandwisp #D9CA86

Tints of Sandwisp #D9CA86

Color information

#D9CA86 (or 0xD9CA86) is unknown color: approx Sandwisp. HEX triplet: D9, CA and 86. RGB value is (217,202,134). Sum of RGB (Red+Green+Blue) = 217+202+134=553 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.24% from 553); Green value is 202 (79.30% from 255 or 36.53% from 553); Blue value is 134 (52.73% from 255 or 24.23% from 553); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CA86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9CA86 is #263579. Grayscale: #C7C7C7. Windows color (decimal): -2504058 or 8833753. OLE color: 8833753.

HSL color Cylindrical-coordinate representation of color #D9CA86: hue angle of 49.16º degrees, saturation: 0.52, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D9CA86 is Cyan = 0, Magento = 0.07, Yellow = 0.38 and Black (K on CMYK) = 0.15.

Color convert

RGB217202134-
CMYK00.070.380.15
HSL49.16º52.2%68.82%-
HSV(B)49.16º38.25%85.1%-
XYZ54.0458.7131.04-
YUV198.7391.47141.03-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.24%
GREEN value IS 202 (79.30% from 255) = 36.53%
BLUE value IS 134 (52.73% from 255) = 24.23%
R=39.24%
G=36.53%
B=24.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.38
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21720213400.070.380.1549.1652.268.82
HexD9CA860726F313445
Octal3313122060746176164105
Binary110110011100101010000110011110011011111100011101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9CA86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9CA86; }

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

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

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

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

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

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

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

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