#D9CA61

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

Shades of Tacha #D9CA61

Tints of Tacha #D9CA61

Color information

#D9CA61 (or 0xD9CA61) is unknown color: approx Tacha. HEX triplet: D9, CA and 61. RGB value is (217,202,97). Sum of RGB (Red+Green+Blue) = 217+202+97=516 (68% of max value = 765). Red value is 217 (85.16% from 255 or 42.05% from 516); Green value is 202 (79.30% from 255 or 39.15% from 516); Blue value is 97 (38.28% from 255 or 18.80% from 516); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CA61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9CA61 is #26359E. Grayscale: #C2C2C2. Windows color (decimal): -2504095 or 6408921. OLE color: 6408921.

HSL color Cylindrical-coordinate representation of color #D9CA61: hue angle of 52.5º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D9CA61 is Cyan = 0, Magento = 0.07, Yellow = 0.55 and Black (K on CMYK) = 0.15.

Color convert

RGB21720297-
CMYK00.070.550.15
HSL52.5º61.22%61.57%-
HSV(B)52.5º55.3%85.1%-
XYZ51.8957.8619.74-
YUV194.5272.97144.04-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 42.05%
GREEN value IS 202 (79.30% from 255) = 39.15%
BLUE value IS 97 (38.28% from 255) = 18.80%
R=42.05%
G=39.15%
B=18.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.55
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2172029700.070.550.1552.561.2261.57
HexD9CA610737F343d3e
Octal331312141076717647576
Binary1101100111001010110000101111101111111110100111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9CA61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9CA61; }

 p { color: rgb(217,202,97); }

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

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

 a { background-color: rgb(217,202,97); }

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

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

 span { border-color: rgb(217,202,97); }

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