#DEBF82

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

Shades of Chalky #DEBF82

Tints of Chalky #DEBF82

Color information

#DEBF82 (or 0xDEBF82) is unknown color: approx Chalky. HEX triplet: DE, BF and 82. RGB value is (222,191,130). Sum of RGB (Red+Green+Blue) = 222+191+130=543 (71% of max value = 765). Red value is 222 (87.11% from 255 or 40.88% from 543); Green value is 191 (75% from 255 or 35.17% from 543); Blue value is 130 (51.17% from 255 or 23.94% from 543); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBF82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEBF82 is #21407D. Grayscale: #C1C1C1. Windows color (decimal): -2179198 or 8568798. OLE color: 8568798.

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

Color convert

RGB222191130-
CMYK00.140.410.13
HSL39.78º58.23%69.02%-
HSV(B)39.78º41.44%87.06%-
XYZ52.7854.428.84-
YUV193.3292.27148.46-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.88%
GREEN value IS 191 (75% from 255) = 35.17%
BLUE value IS 130 (51.17% from 255) = 23.94%
R=40.88%
G=35.17%
B=23.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.41
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22219113000.140.410.1339.7858.2369.02
HexDEBF820E29D283a45
Octal33627720201651155072105
Binary1101111010111111100000100111010100111011010001110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBF82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBF82; }

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

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

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

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

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

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

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

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