#DFD380

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

Shades of Sandwisp #DFD380

Tints of Sandwisp #DFD380

Color information

#DFD380 (or 0xDFD380) is unknown color: approx Sandwisp. HEX triplet: DF, D3 and 80. RGB value is (223,211,128). Sum of RGB (Red+Green+Blue) = 223+211+128=562 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.68% from 562); Green value is 211 (82.81% from 255 or 37.54% from 562); Blue value is 128 (50.39% from 255 or 22.78% from 562); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD380 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD380 is #202C7F. Grayscale: #CDCDCD. Windows color (decimal): -2108544 or 8442847. OLE color: 8442847.

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

Color convert

RGB223211128-
CMYK00.050.430.13
HSL52.42º59.75%68.82%-
HSV(B)52.42º42.6%87.45%-
XYZ57.6263.8429.71-
YUV205.1384.48140.75-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.68%
GREEN value IS 211 (82.81% from 255) = 37.54%
BLUE value IS 128 (50.39% from 255) = 22.78%
R=39.68%
G=37.54%
B=22.78%

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
Decimal22321112800.050.430.1352.4259.7568.82
HexDFD380052BD343c45
Octal3373232000553156474105
Binary110111111101001110000000010110101111011101001111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD380; }

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

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

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

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

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

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

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

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