#DFD488

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

Shades of Sandwisp #DFD488

Tints of Sandwisp #DFD488

Color information

#DFD488 (or 0xDFD488) is unknown color: approx Sandwisp. HEX triplet: DF, D4 and 88. RGB value is (223,212,136). Sum of RGB (Red+Green+Blue) = 223+212+136=571 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.05% from 571); Green value is 212 (83.20% from 255 or 37.13% from 571); Blue value is 136 (53.52% from 255 or 23.82% from 571); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD488 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD488 is #202B77. Grayscale: #CECECE. Windows color (decimal): -2108280 or 8967391. OLE color: 8967391.

HSL color Cylindrical-coordinate representation of color #DFD488: hue angle of 52.41º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DFD488 is Cyan = 0, Magento = 0.05, Yellow = 0.39 and Black (K on CMYK) = 0.13.

Color convert

RGB223212136-
CMYK00.050.390.13
HSL52.41º57.62%70.39%-
HSV(B)52.41º39.01%87.45%-
XYZ58.4264.5532.67-
YUV206.6288.14139.68-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.05%
GREEN value IS 212 (83.20% from 255) = 37.13%
BLUE value IS 136 (53.52% from 255) = 23.82%
R=39.05%
G=37.13%
B=23.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.39
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22321213600.050.390.1352.4157.6270.39
HexDFD4880527D343a46
Octal3373242100547156472106
Binary110111111101010010001000010110011111011101001110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD488; }

 p { color: rgb(223,212,136); }

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

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

 a { background-color: rgb(223,212,136); }

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

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

 span { border-color: rgb(223,212,136); }

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