#DFD280

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

Shades of Sandwisp #DFD280

Tints of Sandwisp #DFD280

Color information

#DFD280 (or 0xDFD280) is unknown color: approx Sandwisp. HEX triplet: DF, D2 and 80. RGB value is (223,210,128). Sum of RGB (Red+Green+Blue) = 223+210+128=561 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.75% from 561); Green value is 210 (82.42% from 255 or 37.43% from 561); Blue value is 128 (50.39% from 255 or 22.82% from 561); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD280 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD280 is #202D7F. Grayscale: #CCCCCC. Windows color (decimal): -2108800 or 8442591. OLE color: 8442591.

HSL color Cylindrical-coordinate representation of color #DFD280: hue angle of 51.79º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DFD280 is Cyan = 0, Magento = 0.06, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB223210128-
CMYK00.060.430.13
HSL51.79º59.75%68.82%-
HSV(B)51.79º42.6%87.45%-
XYZ57.3763.3429.62-
YUV204.5484.81141.17-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.75%
GREEN value IS 210 (82.42% from 255) = 37.43%
BLUE value IS 128 (50.39% from 255) = 22.82%
R=39.75%
G=37.43%
B=22.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22321012800.060.430.1351.7959.7568.82
HexDFD280062BD343c45
Octal3373222000653156474105
Binary110111111101001010000000011010101111011101001111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD280; }

 p { color: rgb(223,210,128); }

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

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

 a { background-color: rgb(223,210,128); }

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

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

 span { border-color: rgb(223,210,128); }

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