#DFD38A

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

Shades of Sandwisp #DFD38A

Tints of Sandwisp #DFD38A

Color information

#DFD38A (or 0xDFD38A) is unknown color: approx Sandwisp. HEX triplet: DF, D3 and 8A. RGB value is (223,211,138). Sum of RGB (Red+Green+Blue) = 223+211+138=572 (75% of max value = 765). Red value is 223 (87.5% from 255 or 38.99% from 572); Green value is 211 (82.81% from 255 or 36.89% from 572); Blue value is 138 (54.30% from 255 or 24.13% from 572); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD38A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD38A is #202C75. Grayscale: #CECECE. Windows color (decimal): -2108534 or 9098207. OLE color: 9098207.

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

Color convert

RGB223211138-
CMYK00.050.380.13
HSL51.53º57.05%70.78%-
HSV(B)51.53º38.12%87.45%-
XYZ58.3164.1133.35-
YUV206.2789.48139.94-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.99%
GREEN value IS 211 (82.81% from 255) = 36.89%
BLUE value IS 138 (54.30% from 255) = 24.13%
R=38.99%
G=36.89%
B=24.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22321113800.050.380.1351.5357.0570.78
HexDFD38A0526D343947
Octal3373232120546156471107
Binary110111111101001110001010010110011011011101001110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD38A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD38A; }

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

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

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

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

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

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

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

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