#D3C65C

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

Shades of Tacha #D3C65C

Tints of Tacha #D3C65C

Color information

#D3C65C (or 0xD3C65C) is unknown color: approx Tacha. HEX triplet: D3, C6 and 5C. RGB value is (211,198,92). Sum of RGB (Red+Green+Blue) = 211+198+92=501 (66% of max value = 765). Red value is 211 (82.81% from 255 or 42.12% from 501); Green value is 198 (77.73% from 255 or 39.52% from 501); Blue value is 92 (36.33% from 255 or 18.36% from 501); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C65C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3C65C is #2C39A3. Grayscale: #BEBEBE. Windows color (decimal): -2898340 or 6080211. OLE color: 6080211.

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

Color convert

RGB21119892-
CMYK00.060.560.17
HSL53.45º57.49%59.41%-
HSV(B)53.45º56.4%82.75%-
XYZ48.9955.0118.16-
YUV189.872.81143.12-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 42.12%
GREEN value IS 198 (77.73% from 255) = 39.52%
BLUE value IS 92 (36.33% from 255) = 18.36%
R=42.12%
G=39.52%
B=18.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.56
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2111989200.060.560.1753.4557.4959.41
HexD3C65C06381135393b
Octal323306134067021657173
Binary11010011110001101011100011011100010001110101111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3C65C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3C65C; }

 p { color: rgb(211,198,92); }

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

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

 a { background-color: rgb(211,198,92); }

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

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

 span { border-color: rgb(211,198,92); }

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