#D2C762

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

Shades of Tacha #D2C762

Tints of Tacha #D2C762

Color information

#D2C762 (or 0xD2C762) is unknown color: approx Tacha. HEX triplet: D2, C7 and 62. RGB value is (210,199,98). Sum of RGB (Red+Green+Blue) = 210+199+98=507 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.42% from 507); Green value is 199 (78.12% from 255 or 39.25% from 507); Blue value is 98 (38.67% from 255 or 19.33% from 507); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C762 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2C762 is #2D389D. Grayscale: #BFBFBF. Windows color (decimal): -2963614 or 6473682. OLE color: 6473682.

HSL color Cylindrical-coordinate representation of color #D2C762: hue angle of 54.11º 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 #D2C762 is Cyan = 0, Magento = 0.05, Yellow = 0.53 and Black (K on CMYK) = 0.18.

Color convert

RGB21019998-
CMYK00.050.530.18
HSL54.11º55.45%60.39%-
HSV(B)54.11º53.33%82.35%-
XYZ49.2155.4319.66-
YUV190.7775.64141.71-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 41.42%
GREEN value IS 199 (78.12% from 255) = 39.25%
BLUE value IS 98 (38.67% from 255) = 19.33%
R=41.42%
G=39.25%
B=19.33%

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
Decimal2101999800.050.530.1854.1155.4560.39
HexD2C76205351236373c
Octal322307142056522666774
Binary11010010110001111100010010111010110010110110110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2C762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2C762; }

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

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

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

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

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

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

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

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