#D0C061

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

Shades of Tacha #D0C061

Tints of Tacha #D0C061

Color information

#D0C061 (or 0xD0C061) is unknown color: approx Tacha. HEX triplet: D0, C0 and 61. RGB value is (208,192,97). Sum of RGB (Red+Green+Blue) = 208+192+97=497 (65% of max value = 765). Red value is 208 (81.64% from 255 or 41.85% from 497); Green value is 192 (75.39% from 255 or 38.63% from 497); Blue value is 97 (38.28% from 255 or 19.52% from 497); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C061 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0C061 is #2F3F9E. Grayscale: #BABABA. Windows color (decimal): -3096479 or 6406352. OLE color: 6406352.

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

Color convert

RGB20819297-
CMYK00.080.530.18
HSL51.35º54.15%59.8%-
HSV(B)51.35º53.37%81.57%-
XYZ47.0251.9718.86-
YUV185.9577.8143.72-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 41.85%
GREEN value IS 192 (75.39% from 255) = 38.63%
BLUE value IS 97 (38.28% from 255) = 19.52%
R=41.85%
G=38.63%
B=19.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.53
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081929700.080.530.1851.3554.1559.8
HexD0C06108351233363c
Octal3203001410106522636674
Binary110100001100000011000010100011010110010110011110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0C061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0C061; }

 p { color: rgb(208,192,97); }

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

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

 a { background-color: rgb(208,192,97); }

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

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

 span { border-color: rgb(208,192,97); }

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