#D4C065

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

Shades of Tacha #D4C065

Tints of Tacha #D4C065

Color information

#D4C065 (or 0xD4C065) is unknown color: approx Tacha. HEX triplet: D4, C0 and 65. RGB value is (212,192,101). Sum of RGB (Red+Green+Blue) = 212+192+101=505 (66% of max value = 765). Red value is 212 (83.20% from 255 or 41.98% from 505); Green value is 192 (75.39% from 255 or 38.02% from 505); Blue value is 101 (39.84% from 255 or 20% from 505); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C065 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4C065 is #2B3F9A. Grayscale: #BBBBBB. Windows color (decimal): -2834331 or 6668500. OLE color: 6668500.

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

Color convert

RGB212192101-
CMYK00.090.520.17
HSL49.19º56.35%61.37%-
HSV(B)49.19º52.36%83.14%-
XYZ48.3552.6419.92-
YUV187.6179.13145.4-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 41.98%
GREEN value IS 192 (75.39% from 255) = 38.02%
BLUE value IS 101 (39.84% from 255) = 20%
R=41.98%
G=38.02%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.52
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21219210100.090.520.1749.1956.3561.37
HexD4C06509341131383d
Octal3243001450116421617075
Binary110101001100000011001010100111010010001110001111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4C065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4C065; }

 p { color: rgb(212,192,101); }

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

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

 a { background-color: rgb(212,192,101); }

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

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

 span { border-color: rgb(212,192,101); }

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