#D0C765

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

Shades of Tacha #D0C765

Tints of Tacha #D0C765

Color information

#D0C765 (or 0xD0C765) is unknown color: approx Tacha. HEX triplet: D0, C7 and 65. RGB value is (208,199,101). Sum of RGB (Red+Green+Blue) = 208+199+101=508 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.94% from 508); Green value is 199 (78.12% from 255 or 39.17% from 508); Blue value is 101 (39.84% from 255 or 19.88% from 508); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C765 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0C765 is #2F389A. Grayscale: #BEBEBE. Windows color (decimal): -3094683 or 6670288. OLE color: 6670288.

HSL color Cylindrical-coordinate representation of color #D0C765: hue angle of 54.95º 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 #D0C765 is Cyan = 0, Magento = 0.04, Yellow = 0.51 and Black (K on CMYK) = 0.18.

Color convert

RGB208199101-
CMYK00.040.510.18
HSL54.95º53.23%60.59%-
HSV(B)54.95º51.44%81.57%-
XYZ48.7855.220.39-
YUV190.5277.48140.47-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.94%
GREEN value IS 199 (78.12% from 255) = 39.17%
BLUE value IS 101 (39.84% from 255) = 19.88%
R=40.94%
G=39.17%
B=19.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.51
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20819910100.040.510.1854.9553.2360.59
HexD0C76504331237353d
Octal320307145046322676575
Binary11010000110001111100101010011001110010110111110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0C765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0C765; }

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

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

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

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

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

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

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

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