#D3C25D

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

Shades of Tacha #D3C25D

Tints of Tacha #D3C25D

Color information

#D3C25D (or 0xD3C25D) is unknown color: approx Tacha. HEX triplet: D3, C2 and 5D. RGB value is (211,194,93). Sum of RGB (Red+Green+Blue) = 211+194+93=498 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.37% from 498); Green value is 194 (76.17% from 255 or 38.96% from 498); Blue value is 93 (36.72% from 255 or 18.67% from 498); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C25D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3C25D is #2C3DA2. Grayscale: #BBBBBB. Windows color (decimal): -2899363 or 6144723. OLE color: 6144723.

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

Color convert

RGB21119493-
CMYK00.080.560.17
HSL51.36º57.28%59.61%-
HSV(B)51.36º55.92%82.75%-
XYZ48.1353.2218.09-
YUV187.5774.63144.71-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 42.37%
GREEN value IS 194 (76.17% from 255) = 38.96%
BLUE value IS 93 (36.72% from 255) = 18.67%
R=42.37%
G=38.96%
B=18.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.56
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2111949300.080.560.1751.3657.2859.61
HexD3C25D08381133393c
Octal3233021350107021637174
Binary110100111100001010111010100011100010001110011111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3C25D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3C25D; }

 p { color: rgb(211,194,93); }

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

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

 a { background-color: rgb(211,194,93); }

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

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

 span { border-color: rgb(211,194,93); }

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