#DEBF7D

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

Shades of Chalky #DEBF7D

Tints of Chalky #DEBF7D

Color information

#DEBF7D (or 0xDEBF7D) is unknown color: approx Chalky. HEX triplet: DE, BF and 7D. RGB value is (222,191,125). Sum of RGB (Red+Green+Blue) = 222+191+125=538 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.26% from 538); Green value is 191 (75% from 255 or 35.50% from 538); Blue value is 125 (49.22% from 255 or 23.23% from 538); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBF7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEBF7D is #214082. Grayscale: #C1C1C1. Windows color (decimal): -2179203 or 8241118. OLE color: 8241118.

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

Color convert

RGB222191125-
CMYK00.140.440.13
HSL40.82º59.51%68.04%-
HSV(B)40.82º43.69%87.06%-
XYZ52.4654.2727.11-
YUV192.7489.77148.87-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.26%
GREEN value IS 191 (75% from 255) = 35.50%
BLUE value IS 125 (49.22% from 255) = 23.23%
R=41.26%
G=35.50%
B=23.23%

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
Decimal22219112500.140.440.1340.8259.5168.04
HexDEBF7D0E2CD293c44
Octal33627717501654155174104
Binary110111101011111111111010111010110011011010011111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBF7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBF7D; }

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

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

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

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

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

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

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

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