#DEC97B

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

Shades of Sandwisp #DEC97B

Tints of Sandwisp #DEC97B

Color information

#DEC97B (or 0xDEC97B) is unknown color: approx Sandwisp. HEX triplet: DE, C9 and 7B. RGB value is (222,201,123). Sum of RGB (Red+Green+Blue) = 222+201+123=546 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.66% from 546); Green value is 201 (78.91% from 255 or 36.81% from 546); Blue value is 123 (48.44% from 255 or 22.53% from 546); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC97B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC97B is #213684. Grayscale: #C6C6C6. Windows color (decimal): -2176645 or 8112606. OLE color: 8112606.

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

Color convert

RGB222201123-
CMYK00.090.450.13
HSL47.27º60%67.65%-
HSV(B)47.27º44.59%87.06%-
XYZ54.5958.7327.2-
YUV198.3985.46144.84-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.66%
GREEN value IS 201 (78.91% from 255) = 36.81%
BLUE value IS 123 (48.44% from 255) = 22.53%
R=40.66%
G=36.81%
B=22.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.45
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22220112300.090.450.1347.276067.65
HexDEC97B092DD2f3c44
Octal33631117301155155774104
Binary110111101100100111110110100110110111011011111111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC97B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC97B; }

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

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

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

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

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

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

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

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