#DFBF80

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

Shades of Chalky #DFBF80

Tints of Chalky #DFBF80

Color information

#DFBF80 (or 0xDFBF80) is unknown color: approx Chalky. HEX triplet: DF, BF and 80. RGB value is (223,191,128). Sum of RGB (Red+Green+Blue) = 223+191+128=542 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.14% from 542); Green value is 191 (75% from 255 or 35.24% from 542); Blue value is 128 (50.39% from 255 or 23.62% from 542); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBF80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFBF80 is #20407F. Grayscale: #C1C1C1. Windows color (decimal): -2113664 or 8437727. OLE color: 8437727.

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

Color convert

RGB223191128-
CMYK00.140.430.13
HSL39.79º59.75%68.82%-
HSV(B)39.79º42.6%87.45%-
XYZ52.9654.5128.15-
YUV193.3991.1149.12-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 41.14%
GREEN value IS 191 (75% from 255) = 35.24%
BLUE value IS 128 (50.39% from 255) = 23.62%
R=41.14%
G=35.24%
B=23.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22319112800.140.430.1339.7959.7568.82
HexDFBF800E2BD283c45
Octal33727720001653155074105
Binary1101111110111111100000000111010101111011010001111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBF80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBF80; }

 p { color: rgb(223,191,128); }

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

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

 a { background-color: rgb(223,191,128); }

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

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

 span { border-color: rgb(223,191,128); }

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