#DFCC80

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

Shades of Sandwisp #DFCC80

Tints of Sandwisp #DFCC80

Color information

#DFCC80 (or 0xDFCC80) is unknown color: approx Sandwisp. HEX triplet: DF, CC and 80. RGB value is (223,204,128). Sum of RGB (Red+Green+Blue) = 223+204+128=555 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.18% from 555); Green value is 204 (80.08% from 255 or 36.76% from 555); Blue value is 128 (50.39% from 255 or 23.06% from 555); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCC80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFCC80 is #20337F. Grayscale: #C9C9C9. Windows color (decimal): -2110336 or 8441055. OLE color: 8441055.

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

Color convert

RGB223204128-
CMYK00.090.430.13
HSL48º59.75%68.82%-
HSV(B)48º42.6%87.45%-
XYZ55.9260.4329.14-
YUV201.0286.79143.68-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.18%
GREEN value IS 204 (80.08% from 255) = 36.76%
BLUE value IS 128 (50.39% from 255) = 23.06%
R=40.18%
G=36.76%
B=23.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320412800.090.430.134859.7568.82
HexDFCC80092BD303c45
Octal33731420001153156074105
Binary1101111111001100100000000100110101111011100001111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCC80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCC80; }

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

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

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

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

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

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

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

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