#D7CF86

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

Shades of Sandwisp #D7CF86

Tints of Sandwisp #D7CF86

Color information

#D7CF86 (or 0xD7CF86) is unknown color: approx Sandwisp. HEX triplet: D7, CF and 86. RGB value is (215,207,134). Sum of RGB (Red+Green+Blue) = 215+207+134=556 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.67% from 556); Green value is 207 (81.25% from 255 or 37.23% from 556); Blue value is 134 (52.73% from 255 or 24.10% from 556); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CF86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7CF86 is #283079. Grayscale: #C9C9C9. Windows color (decimal): -2633850 or 8835031. OLE color: 8835031.

HSL color Cylindrical-coordinate representation of color #D7CF86: hue angle of 54.07º 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 #D7CF86 is Cyan = 0, Magento = 0.04, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB215207134-
CMYK00.040.380.16
HSL54.07º50.31%68.43%-
HSV(B)54.07º37.67%84.31%-
XYZ54.6460.7931.41-
YUV201.0790.15137.94-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.67%
GREEN value IS 207 (81.25% from 255) = 37.23%
BLUE value IS 134 (52.73% from 255) = 24.10%
R=38.67%
G=37.23%
B=24.10%

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
Decimal21520713400.040.380.1654.0750.3168.43
HexD7CF86042610363244
Octal3273172060446206662104
Binary1101011111001111100001100100100110100001101101100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7CF86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7CF86; }

 p { color: rgb(215,207,134); }

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

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

 a { background-color: rgb(215,207,134); }

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

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

 span { border-color: rgb(215,207,134); }

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