#D7C662

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

Shades of Tacha #D7C662

Tints of Tacha #D7C662

Color information

#D7C662 (or 0xD7C662) is unknown color: approx Tacha. HEX triplet: D7, C6 and 62. RGB value is (215,198,98). Sum of RGB (Red+Green+Blue) = 215+198+98=511 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.07% from 511); Green value is 198 (77.73% from 255 or 38.75% from 511); Blue value is 98 (38.67% from 255 or 19.18% from 511); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C662 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7C662 is #28399D. Grayscale: #C0C0C0. Windows color (decimal): -2636190 or 6473431. OLE color: 6473431.

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

Color convert

RGB21519898-
CMYK00.080.540.16
HSL51.28º59.39%61.37%-
HSV(B)51.28º54.42%84.31%-
XYZ50.4255.7219.65-
YUV191.6875.13144.63-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 42.07%
GREEN value IS 198 (77.73% from 255) = 38.75%
BLUE value IS 98 (38.67% from 255) = 19.18%
R=42.07%
G=38.75%
B=19.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.54
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2151989800.080.540.1651.2859.3961.37
HexD7C662083610333b3d
Octal3273061420106620637375
Binary110101111100011011000100100011011010000110011111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7C662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7C662; }

 p { color: rgb(215,198,98); }

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

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

 a { background-color: rgb(215,198,98); }

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

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

 span { border-color: rgb(215,198,98); }

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