#d0c25f

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

Shades of Tacha #D0C25F

Tints of Tacha #D0C25F

Color information

#D0C25F (or 0xD0C25F) is unknown color: approx Tacha. HEX triplet: D0, C2 and 5F. RGB value is (208,194,95). Sum of RGB (Red+Green+Blue) = 208+194+95=497 (65% of max value = 765). Red value is 208 (81.64% from 255 or 41.85% from 497); Green value is 194 (76.17% from 255 or 39.03% from 497); Blue value is 95 (37.5% from 255 or 19.11% from 497); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C25F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0C25F is #2F3DA0. Grayscale: #BBBBBB. Windows color (decimal): -3095969 or 6275792. OLE color: 6275792.

HSL color Cylindrical-coordinate representation of color #D0C25F: hue angle of 52.57º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D0C25F is Cyan = 0, Magento = 0.07, Yellow = 0.54 and Black (K on CMYK) = 0.18.

Color convert

RGB20819495-
CMYK00.070.540.18
HSL52.57º54.59%59.41%-
HSV(B)52.57º54.33%81.57%-
XYZ47.3752.8218.53-
YUV186.976.14143.05-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 41.85%
GREEN value IS 194 (76.17% from 255) = 39.03%
BLUE value IS 95 (37.5% from 255) = 19.11%
R=41.85%
G=39.03%
B=19.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.54
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081949500.070.540.1852.5754.5959.41
HexD0C25F07361235373b
Octal320302137076622656773
Binary11010000110000101011111011111011010010110101110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d0c25f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d0c25f; }

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

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

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

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

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

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

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

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