#DEBF81

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

Shades of Chalky #DEBF81

Tints of Chalky #DEBF81

Color information

#DEBF81 (or 0xDEBF81) is unknown color: approx Chalky. HEX triplet: DE, BF and 81. RGB value is (222,191,129). Sum of RGB (Red+Green+Blue) = 222+191+129=542 (71% of max value = 765). Red value is 222 (87.11% from 255 or 40.96% from 542); Green value is 191 (75% from 255 or 35.24% from 542); Blue value is 129 (50.78% from 255 or 23.80% from 542); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBF81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEBF81 is #21407E. Grayscale: #C1C1C1. Windows color (decimal): -2179199 or 8503262. OLE color: 8503262.

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

Color convert

RGB222191129-
CMYK00.140.420.13
HSL40º58.49%68.82%-
HSV(B)40º41.89%87.06%-
XYZ52.7254.3828.49-
YUV193.291.77148.54-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.96%
GREEN value IS 191 (75% from 255) = 35.24%
BLUE value IS 129 (50.78% from 255) = 23.80%
R=40.96%
G=35.24%
B=23.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.42
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22219112900.140.420.134058.4968.82
HexDEBF810E2AD283a45
Octal33627720101652155072105
Binary1101111010111111100000010111010101011011010001110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBF81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBF81; }

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

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

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

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

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

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

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

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