#D0CA5F

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

Shades of Tacha #D0CA5F

Tints of Tacha #D0CA5F

Color information

#D0CA5F (or 0xD0CA5F) is unknown color: approx Tacha. HEX triplet: D0, CA and 5F. RGB value is (208,202,95). Sum of RGB (Red+Green+Blue) = 208+202+95=505 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.19% from 505); Green value is 202 (79.30% from 255 or 40% from 505); Blue value is 95 (37.5% from 255 or 18.81% from 505); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CA5F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0CA5F is #2F35A0. Grayscale: #C0C0C0. Windows color (decimal): -3093921 or 6277840. OLE color: 6277840.

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

Color convert

RGB20820295-
CMYK00.030.540.18
HSL56.81º54.59%59.41%-
HSV(B)56.81º54.33%81.57%-
XYZ49.256.4819.13-
YUV191.673.49139.7-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 41.19%
GREEN value IS 202 (79.30% from 255) = 40%
BLUE value IS 95 (37.5% from 255) = 18.81%
R=41.19%
G=40%
B=18.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.54
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2082029500.030.540.1856.8154.5959.41
HexD0CA5F03361239373b
Octal320312137036622716773
Binary1101000011001010101111101111011010010111001110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0CA5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0CA5F; }

 p { color: rgb(208,202,95); }

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

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

 a { background-color: rgb(208,202,95); }

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

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

 span { border-color: rgb(208,202,95); }

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