#d8c066

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

Shades of Tacha #D8C066

Tints of Tacha #D8C066

Color information

#D8C066 (or 0xD8C066) is unknown color: approx Tacha. HEX triplet: D8, C0 and 66. RGB value is (216,192,102). Sum of RGB (Red+Green+Blue) = 216+192+102=510 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.35% from 510); Green value is 192 (75.39% from 255 or 37.65% from 510); Blue value is 102 (40.23% from 255 or 20% from 510); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C066 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8C066 is #273F99. Grayscale: #BDBDBD. Windows color (decimal): -2572186 or 6734040. OLE color: 6734040.

HSL color Cylindrical-coordinate representation of color #D8C066: hue angle of 47.37º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D8C066 is Cyan = 0, Magento = 0.11, Yellow = 0.53 and Black (K on CMYK) = 0.15.

Color convert

RGB216192102-
CMYK00.110.530.15
HSL47.37º59.38%62.35%-
HSV(B)47.37º52.78%84.71%-
XYZ49.5753.2620.24-
YUV188.9278.95147.32-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 42.35%
GREEN value IS 192 (75.39% from 255) = 37.65%
BLUE value IS 102 (40.23% from 255) = 20%
R=42.35%
G=37.65%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.53
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21619210200.110.530.1547.3759.3862.35
HexD8C0660B35F2f3b3e
Octal3303001460136517577376
Binary11011000110000001100110010111101011111101111111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d8c066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d8c066; }

 p { color: rgb(216,192,102); }

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

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

 a { background-color: rgb(216,192,102); }

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

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

 span { border-color: rgb(216,192,102); }

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