#D0CA5D

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

Shades of Tacha #D0CA5D

Tints of Tacha #D0CA5D

Color information

#D0CA5D (or 0xD0CA5D) is unknown color: approx Tacha. HEX triplet: D0, CA and 5D. RGB value is (208,202,93). Sum of RGB (Red+Green+Blue) = 208+202+93=503 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.35% from 503); Green value is 202 (79.30% from 255 or 40.16% from 503); Blue value is 93 (36.72% from 255 or 18.49% from 503); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CA5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0CA5D is #2F35A2. Grayscale: #BFBFBF. Windows color (decimal): -3093923 or 6146768. OLE color: 6146768.

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

Color convert

RGB20820293-
CMYK00.030.550.18
HSL56.87º55.02%59.02%-
HSV(B)56.87º55.29%81.57%-
XYZ49.1156.4418.66-
YUV191.3772.49139.86-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 41.35%
GREEN value IS 202 (79.30% from 255) = 40.16%
BLUE value IS 93 (36.72% from 255) = 18.49%
R=41.35%
G=40.16%
B=18.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.55
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2082029300.030.550.1856.8755.0259.02
HexD0CA5D03371239373b
Octal320312135036722716773
Binary1101000011001010101110101111011110010111001110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0CA5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0CA5D; }

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

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

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

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

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

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

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

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