#DEC67B

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

Shades of Sandwisp #DEC67B

Tints of Sandwisp #DEC67B

Color information

#DEC67B (or 0xDEC67B) is unknown color: approx Sandwisp. HEX triplet: DE, C6 and 7B. RGB value is (222,198,123). Sum of RGB (Red+Green+Blue) = 222+198+123=543 (71% of max value = 765). Red value is 222 (87.11% from 255 or 40.88% from 543); Green value is 198 (77.73% from 255 or 36.46% from 543); Blue value is 123 (48.44% from 255 or 22.65% from 543); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC67B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC67B is #213984. Grayscale: #C4C4C4. Windows color (decimal): -2177413 or 8111838. OLE color: 8111838.

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

Color convert

RGB222198123-
CMYK00.110.450.13
HSL45.45º60%67.65%-
HSV(B)45.45º44.59%87.06%-
XYZ53.8957.3526.97-
YUV196.6386.45146.1-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.88%
GREEN value IS 198 (77.73% from 255) = 36.46%
BLUE value IS 123 (48.44% from 255) = 22.65%
R=40.88%
G=36.46%
B=22.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.45
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22219812300.110.450.1345.456067.65
HexDEC67B0B2DD2d3c44
Octal33630617301355155574104
Binary110111101100011011110110101110110111011011011111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC67B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC67B; }

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

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

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

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

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

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

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

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