#D0C665

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

Shades of Tacha #D0C665

Tints of Tacha #D0C665

Color information

#D0C665 (or 0xD0C665) is unknown color: approx Tacha. HEX triplet: D0, C6 and 65. RGB value is (208,198,101). Sum of RGB (Red+Green+Blue) = 208+198+101=507 (67% of max value = 765). Red value is 208 (81.64% from 255 or 41.03% from 507); Green value is 198 (77.73% from 255 or 39.05% from 507); Blue value is 101 (39.84% from 255 or 19.92% from 507); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C665 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0C665 is #2F399A. Grayscale: #BEBEBE. Windows color (decimal): -3094939 or 6670032. OLE color: 6670032.

HSL color Cylindrical-coordinate representation of color #D0C665: hue angle of 54.39º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D0C665 is Cyan = 0, Magento = 0.05, Yellow = 0.51 and Black (K on CMYK) = 0.18.

Color convert

RGB208198101-
CMYK00.050.510.18
HSL54.39º53.23%60.59%-
HSV(B)54.39º51.44%81.57%-
XYZ48.5654.7420.32-
YUV189.9377.81140.89-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 41.03%
GREEN value IS 198 (77.73% from 255) = 39.05%
BLUE value IS 101 (39.84% from 255) = 19.92%
R=41.03%
G=39.05%
B=19.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.51
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20819810100.050.510.1854.3953.2360.59
HexD0C66505331236353d
Octal320306145056322666575
Binary11010000110001101100101010111001110010110110110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0C665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0C665; }

 p { color: rgb(208,198,101); }

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

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

 a { background-color: rgb(208,198,101); }

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

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

 span { border-color: rgb(208,198,101); }

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