#D7CA61

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

Shades of Tacha #D7CA61

Tints of Tacha #D7CA61

Color information

#D7CA61 (or 0xD7CA61) is unknown color: approx Tacha. HEX triplet: D7, CA and 61. RGB value is (215,202,97). Sum of RGB (Red+Green+Blue) = 215+202+97=514 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.83% from 514); Green value is 202 (79.30% from 255 or 39.30% from 514); Blue value is 97 (38.28% from 255 or 18.87% from 514); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CA61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7CA61 is #28359E. Grayscale: #C2C2C2. Windows color (decimal): -2635167 or 6408919. OLE color: 6408919.

HSL color Cylindrical-coordinate representation of color #D7CA61: hue angle of 53.39º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D7CA61 is Cyan = 0, Magento = 0.06, Yellow = 0.55 and Black (K on CMYK) = 0.16.

Color convert

RGB21520297-
CMYK00.060.550.16
HSL53.39º59.6%61.18%-
HSV(B)53.39º54.88%84.31%-
XYZ51.357.5519.71-
YUV193.9273.31143.04-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 41.83%
GREEN value IS 202 (79.30% from 255) = 39.30%
BLUE value IS 97 (38.28% from 255) = 18.87%
R=41.83%
G=39.30%
B=18.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.55
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2152029700.060.550.1653.3959.661.18
HexD7CA61063710353c3d
Octal327312141066720657475
Binary11010111110010101100001011011011110000110101111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7CA61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7CA61; }

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

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

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

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

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

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

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

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