#D4CA62

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

Shades of Tacha #D4CA62

Tints of Tacha #D4CA62

Color information

#D4CA62 (or 0xD4CA62) is unknown color: approx Tacha. HEX triplet: D4, CA and 62. RGB value is (212,202,98). Sum of RGB (Red+Green+Blue) = 212+202+98=512 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.41% from 512); Green value is 202 (79.30% from 255 or 39.45% from 512); Blue value is 98 (38.67% from 255 or 19.14% from 512); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CA62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4CA62 is #2B359D. Grayscale: #C1C1C1. Windows color (decimal): -2831774 or 6474452. OLE color: 6474452.

HSL color Cylindrical-coordinate representation of color #D4CA62: hue angle of 54.74º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D4CA62 is Cyan = 0, Magento = 0.05, Yellow = 0.54 and Black (K on CMYK) = 0.17.

Color convert

RGB21220298-
CMYK00.050.540.17
HSL54.74º57%60.78%-
HSV(B)54.74º53.77%83.14%-
XYZ50.4857.1219.92-
YUV193.1374.31141.46-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 41.41%
GREEN value IS 202 (79.30% from 255) = 39.45%
BLUE value IS 98 (38.67% from 255) = 19.14%
R=41.41%
G=39.45%
B=19.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.54
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2122029800.050.540.1754.745760.78
HexD4CA6205361137393d
Octal324312142056621677175
Binary11010100110010101100010010111011010001110111111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4CA62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4CA62; }

 p { color: rgb(212,202,98); }

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

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

 a { background-color: rgb(212,202,98); }

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

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

 span { border-color: rgb(212,202,98); }

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