#dfbf7f

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

Shades of Chalky #DFBF7F

Tints of Chalky #DFBF7F

Color information

#DFBF7F (or 0xDFBF7F) is unknown color: approx Chalky. HEX triplet: DF, BF and 7F. RGB value is (223,191,127). Sum of RGB (Red+Green+Blue) = 223+191+127=541 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.22% from 541); Green value is 191 (75% from 255 or 35.30% from 541); Blue value is 127 (50% from 255 or 23.48% from 541); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBF7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFBF7F is #204080. Grayscale: #C1C1C1. Windows color (decimal): -2113665 or 8372191. OLE color: 8372191.

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

Color convert

RGB223191127-
CMYK00.140.430.13
HSL40º60%68.63%-
HSV(B)40º43.05%87.45%-
XYZ52.8954.4827.81-
YUV193.2790.6149.2-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 41.22%
GREEN value IS 191 (75% from 255) = 35.30%
BLUE value IS 127 (50% from 255) = 23.48%
R=41.22%
G=35.30%
B=23.48%

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
Decimal22319112700.140.430.13406068.63
HexDFBF7F0E2BD283c45
Octal33727717701653155074105
Binary110111111011111111111110111010101111011010001111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dfbf7f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dfbf7f; }

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

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

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

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

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

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

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

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