#D8CF85

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

Shades of Sandwisp #D8CF85

Tints of Sandwisp #D8CF85

Color information

#D8CF85 (or 0xD8CF85) is unknown color: approx Sandwisp. HEX triplet: D8, CF and 85. RGB value is (216,207,133). Sum of RGB (Red+Green+Blue) = 216+207+133=556 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.85% from 556); Green value is 207 (81.25% from 255 or 37.23% from 556); Blue value is 133 (52.34% from 255 or 23.92% from 556); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CF85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8CF85 is #27307A. Grayscale: #C9C9C9. Windows color (decimal): -2568315 or 8769496. OLE color: 8769496.

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

Color convert

RGB216207133-
CMYK00.040.380.15
HSL53.49º51.55%68.43%-
HSV(B)53.49º38.43%84.71%-
XYZ54.8760.9231.06-
YUV201.2689.48138.52-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.85%
GREEN value IS 207 (81.25% from 255) = 37.23%
BLUE value IS 133 (52.34% from 255) = 23.92%
R=38.85%
G=37.23%
B=23.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.38
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21620713300.040.380.1553.4951.5568.43
HexD8CF850426F353444
Octal3303172050446176564104
Binary110110001100111110000101010010011011111101011101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8CF85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8CF85; }

 p { color: rgb(216,207,133); }

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

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

 a { background-color: rgb(216,207,133); }

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

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

 span { border-color: rgb(216,207,133); }

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