#DFBF7D

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

Shades of Chalky #DFBF7D

Tints of Chalky #DFBF7D

Color information

#DFBF7D (or 0xDFBF7D) is unknown color: approx Chalky. HEX triplet: DF, BF and 7D. RGB value is (223,191,125). Sum of RGB (Red+Green+Blue) = 223+191+125=539 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.37% from 539); Green value is 191 (75% from 255 or 35.44% from 539); Blue value is 125 (49.22% from 255 or 23.19% from 539); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBF7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFBF7D is #204082. Grayscale: #C1C1C1. Windows color (decimal): -2113667 or 8241119. OLE color: 8241119.

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

Color convert

RGB223191125-
CMYK00.140.440.13
HSL40.41º60.49%68.24%-
HSV(B)40.41º43.95%87.45%-
XYZ52.7654.4327.13-
YUV193.0489.6149.37-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 41.37%
GREEN value IS 191 (75% from 255) = 35.44%
BLUE value IS 125 (49.22% from 255) = 23.19%
R=41.37%
G=35.44%
B=23.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.44
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22319112500.140.440.1340.4160.4968.24
HexDFBF7D0E2CD283c44
Octal33727717501654155074104
Binary110111111011111111111010111010110011011010001111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBF7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBF7D; }

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

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

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

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

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

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

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

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