#DEBF7B

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

Shades of Chalky #DEBF7B

Tints of Chalky #DEBF7B

Color information

#DEBF7B (or 0xDEBF7B) is unknown color: approx Chalky. HEX triplet: DE, BF and 7B. RGB value is (222,191,123). Sum of RGB (Red+Green+Blue) = 222+191+123=536 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.42% from 536); Green value is 191 (75% from 255 or 35.63% from 536); Blue value is 123 (48.44% from 255 or 22.95% from 536); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBF7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEBF7B is #214084. Grayscale: #C0C0C0. Windows color (decimal): -2179205 or 8110046. OLE color: 8110046.

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

Color convert

RGB222191123-
CMYK00.140.450.13
HSL41.21º60%67.65%-
HSV(B)41.21º44.59%87.06%-
XYZ52.3354.2226.45-
YUV192.5288.77149.03-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.42%
GREEN value IS 191 (75% from 255) = 35.63%
BLUE value IS 123 (48.44% from 255) = 22.95%
R=41.42%
G=35.63%
B=22.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.45
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22219112300.140.450.1341.216067.65
HexDEBF7B0E2DD293c44
Octal33627717301655155174104
Binary110111101011111111110110111010110111011010011111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBF7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBF7B; }

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

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

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

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

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

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

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

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