#DFCF80

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

Shades of Sandwisp #DFCF80

Tints of Sandwisp #DFCF80

Color information

#DFCF80 (or 0xDFCF80) is unknown color: approx Sandwisp. HEX triplet: DF, CF and 80. RGB value is (223,207,128). Sum of RGB (Red+Green+Blue) = 223+207+128=558 (73% of max value = 765). Red value is 223 (87.5% from 255 or 39.96% from 558); Green value is 207 (81.25% from 255 or 37.10% from 558); Blue value is 128 (50.39% from 255 or 22.94% from 558); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCF80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFCF80 is #20307F. Grayscale: #CBCBCB. Windows color (decimal): -2109568 or 8441823. OLE color: 8441823.

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

Color convert

RGB223207128-
CMYK00.070.430.13
HSL49.89º59.75%68.82%-
HSV(B)49.89º42.6%87.45%-
XYZ56.6461.8729.38-
YUV202.7885.8142.42-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.96%
GREEN value IS 207 (81.25% from 255) = 37.10%
BLUE value IS 128 (50.39% from 255) = 22.94%
R=39.96%
G=37.10%
B=22.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320712800.070.430.1349.8959.7568.82
HexDFCF80072BD323c45
Octal3373172000753156274105
Binary110111111100111110000000011110101111011100101111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCF80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCF80; }

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

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

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

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

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

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

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

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