#DFC15A

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

Shades of Tacha #DFC15A

Tints of Tacha #DFC15A

Color information

#DFC15A (or 0xDFC15A) is unknown color: approx Tacha. HEX triplet: DF, C1 and 5A. RGB value is (223,193,90). Sum of RGB (Red+Green+Blue) = 223+193+90=506 (67% of max value = 765). Red value is 223 (87.5% from 255 or 44.07% from 506); Green value is 193 (75.78% from 255 or 38.14% from 506); Blue value is 90 (35.55% from 255 or 17.79% from 506); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC15A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC15A is #203EA5. Grayscale: #BEBEBE. Windows color (decimal): -2113190 or 5947871. OLE color: 5947871.

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

Color convert

RGB22319390-
CMYK00.130.600.13
HSL46.47º67.51%61.37%-
HSV(B)46.47º59.64%87.45%-
XYZ51.3554.5717.5-
YUV190.2371.44151.38-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 44.07%
GREEN value IS 193 (75.78% from 255) = 38.14%
BLUE value IS 90 (35.55% from 255) = 17.79%
R=44.07%
G=38.14%
B=17.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.60
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231939000.130.600.1346.4767.5161.37
HexDFC15A0D3CD2e443d
Octal33730113201574155610475
Binary110111111100000110110100110111110011011011101000100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC15A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC15A; }

 p { color: rgb(223,193,90); }

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

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

 a { background-color: rgb(223,193,90); }

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

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

 span { border-color: rgb(223,193,90); }

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