#DFC980

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

Shades of Sandwisp #DFC980

Tints of Sandwisp #DFC980

Color information

#DFC980 (or 0xDFC980) is unknown color: approx Sandwisp. HEX triplet: DF, C9 and 80. RGB value is (223,201,128). Sum of RGB (Red+Green+Blue) = 223+201+128=552 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.40% from 552); Green value is 201 (78.91% from 255 or 36.41% from 552); Blue value is 128 (50.39% from 255 or 23.19% from 552); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC980 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC980 is #20367F. Grayscale: #C7C7C7. Windows color (decimal): -2111104 or 8440287. OLE color: 8440287.

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

Color convert

RGB223201128-
CMYK00.100.430.13
HSL46.11º59.75%68.82%-
HSV(B)46.11º42.6%87.45%-
XYZ55.2159.0228.9-
YUV199.2687.79144.94-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.40%
GREEN value IS 201 (78.91% from 255) = 36.41%
BLUE value IS 128 (50.39% from 255) = 23.19%
R=40.40%
G=36.41%
B=23.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320112800.100.430.1346.1159.7568.82
HexDFC9800A2BD2e3c45
Octal33731120001253155674105
Binary1101111111001001100000000101010101111011011101111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC980; }

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

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

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

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

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

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

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

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