#D7CF80

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

Shades of Sandwisp #D7CF80

Tints of Sandwisp #D7CF80

Color information

#D7CF80 (or 0xD7CF80) is unknown color: approx Sandwisp. HEX triplet: D7, CF and 80. RGB value is (215,207,128). Sum of RGB (Red+Green+Blue) = 215+207+128=550 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.09% from 550); Green value is 207 (81.25% from 255 or 37.64% from 550); Blue value is 128 (50.39% from 255 or 23.27% from 550); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CF80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7CF80 is #28307F. Grayscale: #C8C8C8. Windows color (decimal): -2633856 or 8441815. OLE color: 8441815.

HSL color Cylindrical-coordinate representation of color #D7CF80: hue angle of 54.48º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D7CF80 is Cyan = 0, Magento = 0.04, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB215207128-
CMYK00.040.400.16
HSL54.48º52.1%67.25%-
HSV(B)54.48º40.47%84.31%-
XYZ54.2360.6329.27-
YUV200.3987.15138.42-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 39.09%
GREEN value IS 207 (81.25% from 255) = 37.64%
BLUE value IS 128 (50.39% from 255) = 23.27%
R=39.09%
G=37.64%
B=23.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.40
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21520712800.040.400.1654.4852.167.25
HexD7CF80042810363443
Octal3273172000450206664103
Binary1101011111001111100000000100101000100001101101101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7CF80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7CF80; }

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

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

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

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

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

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

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

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