#DFD480

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

Shades of Sandwisp #DFD480

Tints of Sandwisp #DFD480

Color information

#DFD480 (or 0xDFD480) is unknown color: approx Sandwisp. HEX triplet: DF, D4 and 80. RGB value is (223,212,128). Sum of RGB (Red+Green+Blue) = 223+212+128=563 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.61% from 563); Green value is 212 (83.20% from 255 or 37.66% from 563); Blue value is 128 (50.39% from 255 or 22.74% from 563); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD480 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD480 is #202B7F. Grayscale: #CECECE. Windows color (decimal): -2108288 or 8443103. OLE color: 8443103.

HSL color Cylindrical-coordinate representation of color #DFD480: hue angle of 53.05º 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 #DFD480 is Cyan = 0, Magento = 0.05, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB223212128-
CMYK00.050.430.13
HSL53.05º59.75%68.82%-
HSV(B)53.05º42.6%87.45%-
XYZ57.8764.3329.79-
YUV205.7184.14140.33-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.61%
GREEN value IS 212 (83.20% from 255) = 37.66%
BLUE value IS 128 (50.39% from 255) = 22.74%
R=39.61%
G=37.66%
B=22.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22321212800.050.430.1353.0559.7568.82
HexDFD480052BD353c45
Octal3373242000553156574105
Binary110111111101010010000000010110101111011101011111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD480; }

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

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

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

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

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

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

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

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