#DFC07C

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

Shades of Chalky #DFC07C

Tints of Chalky #DFC07C

Color information

#DFC07C (or 0xDFC07C) is unknown color: approx Chalky. HEX triplet: DF, C0 and 7C. RGB value is (223,192,124). Sum of RGB (Red+Green+Blue) = 223+192+124=539 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.37% from 539); Green value is 192 (75.39% from 255 or 35.62% from 539); Blue value is 124 (48.83% from 255 or 23.01% from 539); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC07C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC07C is #203F83. Grayscale: #C1C1C1. Windows color (decimal): -2113412 or 8175839. OLE color: 8175839.

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

Color convert

RGB223192124-
CMYK00.140.440.13
HSL41.21º60.74%68.04%-
HSV(B)41.21º44.39%87.45%-
XYZ52.9254.8426.87-
YUV193.5288.77149.03-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 41.37%
GREEN value IS 192 (75.39% from 255) = 35.62%
BLUE value IS 124 (48.83% from 255) = 23.01%
R=41.37%
G=35.62%
B=23.01%

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
Decimal22319212400.140.440.1341.2160.7468.04
HexDFC07C0E2CD293d44
Octal33730017401654155175104
Binary110111111100000011111000111010110011011010011111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC07C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC07C; }

 p { color: rgb(223,192,124); }

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

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

 a { background-color: rgb(223,192,124); }

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

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

 span { border-color: rgb(223,192,124); }

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