#DEC98B

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

Shades of Sandwisp #DEC98B

Tints of Sandwisp #DEC98B

Color information

#DEC98B (or 0xDEC98B) is unknown color: approx Sandwisp. HEX triplet: DE, C9 and 8B. RGB value is (222,201,139). Sum of RGB (Red+Green+Blue) = 222+201+139=562 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.50% from 562); Green value is 201 (78.91% from 255 or 35.77% from 562); Blue value is 139 (54.69% from 255 or 24.73% from 562); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC98B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC98B is #213674. Grayscale: #C8C8C8. Windows color (decimal): -2176629 or 9161182. OLE color: 9161182.

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

Color convert

RGB222201139-
CMYK00.090.370.13
HSL44.82º55.7%70.78%-
HSV(B)44.82º37.39%87.06%-
XYZ55.6759.1732.91-
YUV200.2193.46143.54-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.50%
GREEN value IS 201 (78.91% from 255) = 35.77%
BLUE value IS 139 (54.69% from 255) = 24.73%
R=39.50%
G=35.77%
B=24.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.37
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22220113900.090.370.1344.8255.770.78
HexDEC98B0925D2d3847
Octal33631121301145155570107
Binary1101111011001001100010110100110010111011011011110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC98B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC98B; }

 p { color: rgb(222,201,139); }

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

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

 a { background-color: rgb(222,201,139); }

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

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

 span { border-color: rgb(222,201,139); }

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