#DEBE7C

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

Shades of Chalky #DEBE7C

Tints of Chalky #DEBE7C

Color information

#DEBE7C (or 0xDEBE7C) is unknown color: approx Chalky. HEX triplet: DE, BE and 7C. RGB value is (222,190,124). Sum of RGB (Red+Green+Blue) = 222+190+124=536 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.42% from 536); Green value is 190 (74.61% from 255 or 35.45% from 536); Blue value is 124 (48.83% from 255 or 23.13% from 536); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBE7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEBE7C is #214183. Grayscale: #C0C0C0. Windows color (decimal): -2179460 or 8175326. OLE color: 8175326.

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

Color convert

RGB222190124-
CMYK00.140.440.13
HSL40.41º59.76%67.84%-
HSV(B)40.41º44.14%87.06%-
XYZ52.1853.8126.71-
YUV192.0489.6149.37-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.42%
GREEN value IS 190 (74.61% from 255) = 35.45%
BLUE value IS 124 (48.83% from 255) = 23.13%
R=41.42%
G=35.45%
B=23.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.44
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22219012400.140.440.1340.4159.7667.84
HexDEBE7C0E2CD283c44
Octal33627617401654155074104
Binary110111101011111011111000111010110011011010001111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBE7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBE7C; }

 p { color: rgb(222,190,124); }

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

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

 a { background-color: rgb(222,190,124); }

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

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

 span { border-color: rgb(222,190,124); }

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