#D8C25A

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

Shades of Tacha #D8C25A

Tints of Tacha #D8C25A

Color information

#D8C25A (or 0xD8C25A) is unknown color: approx Tacha. HEX triplet: D8, C2 and 5A. RGB value is (216,194,90). Sum of RGB (Red+Green+Blue) = 216+194+90=500 (66% of max value = 765). Red value is 216 (84.77% from 255 or 43.2% from 500); Green value is 194 (76.17% from 255 or 38.8% from 500); Blue value is 90 (35.55% from 255 or 18% from 500); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C25A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8C25A is #273DA5. Grayscale: #BDBDBD. Windows color (decimal): -2571686 or 5948120. OLE color: 5948120.

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

Color convert

RGB21619490-
CMYK00.100.580.15
HSL49.52º61.76%60%-
HSV(B)49.52º58.33%84.71%-
XYZ49.4653.9217.47-
YUV188.7272.29147.46-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 43.2%
GREEN value IS 194 (76.17% from 255) = 38.8%
BLUE value IS 90 (35.55% from 255) = 18%
R=43.2%
G=38.8%
B=18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.58
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161949000.100.580.1549.5261.7660
HexD8C25A0A3AF323e3c
Octal3303021320127217627674
Binary11011000110000101011010010101110101111110010111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8C25A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8C25A; }

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

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

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

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

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

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

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

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