#DEBE7D

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

Shades of Chalky #DEBE7D

Tints of Chalky #DEBE7D

Color information

#DEBE7D (or 0xDEBE7D) is unknown color: approx Chalky. HEX triplet: DE, BE and 7D. RGB value is (222,190,125). Sum of RGB (Red+Green+Blue) = 222+190+125=537 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.34% from 537); Green value is 190 (74.61% from 255 or 35.38% from 537); Blue value is 125 (49.22% from 255 or 23.28% from 537); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBE7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEBE7D is #214182. Grayscale: #C0C0C0. Windows color (decimal): -2179459 or 8240862. OLE color: 8240862.

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

Color convert

RGB222190125-
CMYK00.140.440.13
HSL40.21º59.51%68.04%-
HSV(B)40.21º43.69%87.06%-
XYZ52.2453.8427.04-
YUV192.1690.1149.29-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.34%
GREEN value IS 190 (74.61% from 255) = 35.38%
BLUE value IS 125 (49.22% from 255) = 23.28%
R=41.34%
G=35.38%
B=23.28%

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
Decimal22219012500.140.440.1340.2159.5168.04
HexDEBE7D0E2CD283c44
Octal33627617501654155074104
Binary110111101011111011111010111010110011011010001111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBE7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBE7D; }

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

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

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

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

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

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

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

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