#D1C762

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

Shades of Tacha #D1C762

Tints of Tacha #D1C762

Color information

#D1C762 (or 0xD1C762) is unknown color: approx Tacha. HEX triplet: D1, C7 and 62. RGB value is (209,199,98). Sum of RGB (Red+Green+Blue) = 209+199+98=506 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.30% from 506); Green value is 199 (78.12% from 255 or 39.33% from 506); Blue value is 98 (38.67% from 255 or 19.37% from 506); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C762 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1C762 is #2E389D. Grayscale: #BEBEBE. Windows color (decimal): -3029150 or 6473681. OLE color: 6473681.

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

Color convert

RGB20919998-
CMYK00.050.530.18
HSL54.59º54.68%60.2%-
HSV(B)54.59º53.11%81.96%-
XYZ48.9255.2819.65-
YUV190.4875.81141.21-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 41.30%
GREEN value IS 199 (78.12% from 255) = 39.33%
BLUE value IS 98 (38.67% from 255) = 19.37%
R=41.30%
G=39.33%
B=19.37%

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
Decimal2091999800.050.530.1854.5954.6860.2
HexD1C76205351237373c
Octal321307142056522676774
Binary11010001110001111100010010111010110010110111110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1C762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1C762; }

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

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

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

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

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

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

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

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