#DFD482

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

Shades of Sandwisp #DFD482

Tints of Sandwisp #DFD482

Color information

#DFD482 (or 0xDFD482) is unknown color: approx Sandwisp. HEX triplet: DF, D4 and 82. RGB value is (223,212,130). Sum of RGB (Red+Green+Blue) = 223+212+130=565 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.47% from 565); Green value is 212 (83.20% from 255 or 37.52% from 565); Blue value is 130 (51.17% from 255 or 23.01% from 565); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD482 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD482 is #202B7D. Grayscale: #CECECE. Windows color (decimal): -2108286 or 8574175. OLE color: 8574175.

HSL color Cylindrical-coordinate representation of color #DFD482: hue angle of 52.9º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DFD482 is Cyan = 0, Magento = 0.05, Yellow = 0.42 and Black (K on CMYK) = 0.13.

Color convert

RGB223212130-
CMYK00.050.420.13
HSL52.9º59.24%69.22%-
HSV(B)52.9º41.7%87.45%-
XYZ5864.3930.49-
YUV205.9485.14140.17-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.47%
GREEN value IS 212 (83.20% from 255) = 37.52%
BLUE value IS 130 (51.17% from 255) = 23.01%
R=39.47%
G=37.52%
B=23.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.42
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22321213000.050.420.1352.959.2469.22
HexDFD482052AD353b45
Octal3373242020552156573105
Binary110111111101010010000010010110101011011101011110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD482; }

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

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

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

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

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

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

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

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