#d0c660

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

Shades of Tacha #D0C660

Tints of Tacha #D0C660

Color information

#D0C660 (or 0xD0C660) is unknown color: approx Tacha. HEX triplet: D0, C6 and 60. RGB value is (208,198,96). Sum of RGB (Red+Green+Blue) = 208+198+96=502 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.43% from 502); Green value is 198 (77.73% from 255 or 39.44% from 502); Blue value is 96 (37.89% from 255 or 19.12% from 502); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C660 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0C660 is #2F399F. Grayscale: #BDBDBD. Windows color (decimal): -3094944 or 6342352. OLE color: 6342352.

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

Color convert

RGB20819896-
CMYK00.050.540.18
HSL54.64º54.37%59.61%-
HSV(B)54.64º53.85%81.57%-
XYZ48.3254.6419.07-
YUV189.3675.31141.29-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 41.43%
GREEN value IS 198 (77.73% from 255) = 39.44%
BLUE value IS 96 (37.89% from 255) = 19.12%
R=41.43%
G=39.44%
B=19.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.54
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081989600.050.540.1854.6454.3759.61
HexD0C66005361237363c
Octal320306140056622676674
Binary11010000110001101100000010111011010010110111110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d0c660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d0c660; }

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

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

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

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

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

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

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

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