#DFC45C

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

Shades of Tacha #DFC45C

Tints of Tacha #DFC45C

Color information

#DFC45C (or 0xDFC45C) is unknown color: approx Tacha. HEX triplet: DF, C4 and 5C. RGB value is (223,196,92). Sum of RGB (Red+Green+Blue) = 223+196+92=511 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.64% from 511); Green value is 196 (76.95% from 255 or 38.36% from 511); Blue value is 92 (36.33% from 255 or 18.00% from 511); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC45C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC45C is #203BA3. Grayscale: #C0C0C0. Windows color (decimal): -2112420 or 6079711. OLE color: 6079711.

HSL color Cylindrical-coordinate representation of color #DFC45C: hue angle of 47.63º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DFC45C is Cyan = 0, Magento = 0.12, Yellow = 0.59 and Black (K on CMYK) = 0.13.

Color convert

RGB22319692-
CMYK00.120.590.13
HSL47.63º67.18%61.76%-
HSV(B)47.63º58.74%87.45%-
XYZ52.155.9418.18-
YUV192.2271.45149.96-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 43.64%
GREEN value IS 196 (76.95% from 255) = 38.36%
BLUE value IS 92 (36.33% from 255) = 18.00%
R=43.64%
G=38.36%
B=18.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.59
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231969200.120.590.1347.6367.1861.76
HexDFC45C0C3BD30433e
Octal33730413401473156010376
Binary110111111100010010111000110011101111011100001000011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC45C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC45C; }

 p { color: rgb(223,196,92); }

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

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

 a { background-color: rgb(223,196,92); }

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

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

 span { border-color: rgb(223,196,92); }

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