#D8CF80

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

Shades of Sandwisp #D8CF80

Tints of Sandwisp #D8CF80

Color information

#D8CF80 (or 0xD8CF80) is unknown color: approx Sandwisp. HEX triplet: D8, CF and 80. RGB value is (216,207,128). Sum of RGB (Red+Green+Blue) = 216+207+128=551 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.20% from 551); Green value is 207 (81.25% from 255 or 37.57% from 551); Blue value is 128 (50.39% from 255 or 23.23% from 551); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CF80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8CF80 is #27307F. Grayscale: #C9C9C9. Windows color (decimal): -2568320 or 8441816. OLE color: 8441816.

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

Color convert

RGB216207128-
CMYK00.040.410.15
HSL53.86º53.01%67.45%-
HSV(B)53.86º40.74%84.71%-
XYZ54.5360.7829.28-
YUV200.6886.98138.92-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.20%
GREEN value IS 207 (81.25% from 255) = 37.57%
BLUE value IS 128 (50.39% from 255) = 23.23%
R=39.20%
G=37.57%
B=23.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.41
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21620712800.040.410.1553.8653.0167.45
HexD8CF800429F363543
Octal3303172000451176665103
Binary110110001100111110000000010010100111111101101101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8CF80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8CF80; }

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

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

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

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

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

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

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

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