#D7CE80

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

Shades of Sandwisp #D7CE80

Tints of Sandwisp #D7CE80

Color information

#D7CE80 (or 0xD7CE80) is unknown color: approx Sandwisp. HEX triplet: D7, CE and 80. RGB value is (215,206,128). Sum of RGB (Red+Green+Blue) = 215+206+128=549 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.16% from 549); Green value is 206 (80.86% from 255 or 37.52% from 549); Blue value is 128 (50.39% from 255 or 23.32% from 549); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CE80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7CE80 is #28317F. Grayscale: #C8C8C8. Windows color (decimal): -2634112 or 8441559. OLE color: 8441559.

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

Color convert

RGB215206128-
CMYK00.040.400.16
HSL53.79º52.1%67.25%-
HSV(B)53.79º40.47%84.31%-
XYZ53.9960.1529.19-
YUV199.887.48138.84-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 39.16%
GREEN value IS 206 (80.86% from 255) = 37.52%
BLUE value IS 128 (50.39% from 255) = 23.32%
R=39.16%
G=37.52%
B=23.32%

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
Decimal21520612800.040.400.1653.7952.167.25
HexD7CE80042810363443
Octal3273162000450206664103
Binary1101011111001110100000000100101000100001101101101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7CE80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7CE80; }

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

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

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

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

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

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

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

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