#D2C862

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

Shades of Tacha #D2C862

Tints of Tacha #D2C862

Color information

#D2C862 (or 0xD2C862) is unknown color: approx Tacha. HEX triplet: D2, C8 and 62. RGB value is (210,200,98). Sum of RGB (Red+Green+Blue) = 210+200+98=508 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.34% from 508); Green value is 200 (78.52% from 255 or 39.37% from 508); Blue value is 98 (38.67% from 255 or 19.29% from 508); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C862 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2C862 is #2D379D. Grayscale: #BFBFBF. Windows color (decimal): -2963358 or 6473938. OLE color: 6473938.

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

Color convert

RGB21020098-
CMYK00.050.530.18
HSL54.64º55.45%60.39%-
HSV(B)54.64º53.33%82.35%-
XYZ49.4455.8919.74-
YUV191.3675.31141.29-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 41.34%
GREEN value IS 200 (78.52% from 255) = 39.37%
BLUE value IS 98 (38.67% from 255) = 19.29%
R=41.34%
G=39.37%
B=19.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.53
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2102009800.050.530.1854.6455.4560.39
HexD2C86205351237373c
Octal322310142056522676774
Binary11010010110010001100010010111010110010110111110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2C862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2C862; }

 p { color: rgb(210,200,98); }

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

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

 a { background-color: rgb(210,200,98); }

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

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

 span { border-color: rgb(210,200,98); }

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