#D8C266

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

Shades of Tacha #D8C266

Tints of Tacha #D8C266

Color information

#D8C266 (or 0xD8C266) is unknown color: approx Tacha. HEX triplet: D8, C2 and 66. RGB value is (216,194,102). Sum of RGB (Red+Green+Blue) = 216+194+102=512 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.19% from 512); Green value is 194 (76.17% from 255 or 37.89% from 512); Blue value is 102 (40.23% from 255 or 19.92% from 512); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C266 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8C266 is #273D99. Grayscale: #BEBEBE. Windows color (decimal): -2571674 or 6734552. OLE color: 6734552.

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

Color convert

RGB216194102-
CMYK00.100.530.15
HSL48.42º59.38%62.35%-
HSV(B)48.42º52.78%84.71%-
XYZ50.0154.1420.39-
YUV190.0978.29146.48-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 42.19%
GREEN value IS 194 (76.17% from 255) = 37.89%
BLUE value IS 102 (40.23% from 255) = 19.92%
R=42.19%
G=37.89%
B=19.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.53
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21619410200.100.530.1548.4259.3862.35
HexD8C2660A35F303b3e
Octal3303021460126517607376
Binary11011000110000101100110010101101011111110000111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8C266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8C266; }

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

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

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

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

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

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

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

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