#DFC25F

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

Shades of Tacha #DFC25F

Tints of Tacha #DFC25F

Color information

#DFC25F (or 0xDFC25F) is unknown color: approx Tacha. HEX triplet: DF, C2 and 5F. RGB value is (223,194,95). Sum of RGB (Red+Green+Blue) = 223+194+95=512 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.55% from 512); Green value is 194 (76.17% from 255 or 37.89% from 512); Blue value is 95 (37.5% from 255 or 18.55% from 512); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC25F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC25F is #203DA0. Grayscale: #BFBFBF. Windows color (decimal): -2112929 or 6275807. OLE color: 6275807.

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

Color convert

RGB22319495-
CMYK00.130.570.13
HSL46.41º66.67%62.35%-
HSV(B)46.41º57.4%87.45%-
XYZ51.7955.118.73-
YUV191.3973.61150.55-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 43.55%
GREEN value IS 194 (76.17% from 255) = 37.89%
BLUE value IS 95 (37.5% from 255) = 18.55%
R=43.55%
G=37.89%
B=18.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.57
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231949500.130.570.1346.4166.6762.35
HexDFC25F0D39D2e433e
Octal33730213701571155610376
Binary110111111100001010111110110111100111011011101000011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC25F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC25F; }

 p { color: rgb(223,194,95); }

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

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

 a { background-color: rgb(223,194,95); }

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

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

 span { border-color: rgb(223,194,95); }

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