#D2C25F

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

Shades of Tacha #D2C25F

Tints of Tacha #D2C25F

Color information

#D2C25F (or 0xD2C25F) is unknown color: approx Tacha. HEX triplet: D2, C2 and 5F. RGB value is (210,194,95). Sum of RGB (Red+Green+Blue) = 210+194+95=499 (66% of max value = 765). Red value is 210 (82.42% from 255 or 42.08% from 499); Green value is 194 (76.17% from 255 or 38.88% from 499); Blue value is 95 (37.5% from 255 or 19.04% from 499); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C25F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2C25F is #2D3DA0. Grayscale: #BBBBBB. Windows color (decimal): -2964897 or 6275794. OLE color: 6275794.

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

Color convert

RGB21019495-
CMYK00.080.550.18
HSL51.65º56.1%59.8%-
HSV(B)51.65º54.76%82.35%-
XYZ47.9453.1118.55-
YUV187.575.8144.05-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 42.08%
GREEN value IS 194 (76.17% from 255) = 38.88%
BLUE value IS 95 (37.5% from 255) = 19.04%
R=42.08%
G=38.88%
B=19.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.55
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101949500.080.550.1851.6556.159.8
HexD2C25F08371234383c
Octal3223021370106722647074
Binary110100101100001010111110100011011110010110100111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2C25F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2C25F; }

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

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

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

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

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

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

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

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