#D9CF85

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

Shades of Sandwisp #D9CF85

Tints of Sandwisp #D9CF85

Color information

#D9CF85 (or 0xD9CF85) is unknown color: approx Sandwisp. HEX triplet: D9, CF and 85. RGB value is (217,207,133). Sum of RGB (Red+Green+Blue) = 217+207+133=557 (73% of max value = 765). Red value is 217 (85.16% from 255 or 38.96% from 557); Green value is 207 (81.25% from 255 or 37.16% from 557); Blue value is 133 (52.34% from 255 or 23.88% from 557); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CF85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9CF85 is #26307A. Grayscale: #C9C9C9. Windows color (decimal): -2502779 or 8769497. OLE color: 8769497.

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

Color convert

RGB217207133-
CMYK00.050.390.15
HSL52.86º52.5%68.63%-
HSV(B)52.86º38.71%85.1%-
XYZ55.1661.0731.07-
YUV201.5589.31139.02-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.96%
GREEN value IS 207 (81.25% from 255) = 37.16%
BLUE value IS 133 (52.34% from 255) = 23.88%
R=38.96%
G=37.16%
B=23.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.39
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21720713300.050.390.1552.8652.568.63
HexD9CF850527F353545
Octal3313172050547176565105
Binary110110011100111110000101010110011111111101011101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9CF85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9CF85; }

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

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

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

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

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

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

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

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