#DFC25E

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

Shades of Tacha #DFC25E

Tints of Tacha #DFC25E

Color information

#DFC25E (or 0xDFC25E) is unknown color: approx Tacha. HEX triplet: DF, C2 and 5E. RGB value is (223,194,94). Sum of RGB (Red+Green+Blue) = 223+194+94=511 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.64% from 511); Green value is 194 (76.17% from 255 or 37.96% from 511); Blue value is 94 (37.11% from 255 or 18.40% from 511); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC25E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC25E is #203DA1. Grayscale: #BFBFBF. Windows color (decimal): -2112930 or 6210271. OLE color: 6210271.

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

Color convert

RGB22319494-
CMYK00.130.580.13
HSL46.51º66.84%62.16%-
HSV(B)46.51º57.85%87.45%-
XYZ51.7455.0818.49-
YUV191.2773.11150.63-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 43.64%
GREEN value IS 194 (76.17% from 255) = 37.96%
BLUE value IS 94 (37.11% from 255) = 18.40%
R=43.64%
G=37.96%
B=18.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.58
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231949400.130.580.1346.5166.8462.16
HexDFC25E0D3AD2f433e
Octal33730213601572155710376
Binary110111111100001010111100110111101011011011111000011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC25E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC25E; }

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

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

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

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

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

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

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

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