#D8C15C

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

Shades of Tacha #D8C15C

Tints of Tacha #D8C15C

Color information

#D8C15C (or 0xD8C15C) is unknown color: approx Tacha. HEX triplet: D8, C1 and 5C. RGB value is (216,193,92). Sum of RGB (Red+Green+Blue) = 216+193+92=501 (66% of max value = 765). Red value is 216 (84.77% from 255 or 43.11% from 501); Green value is 193 (75.78% from 255 or 38.52% from 501); Blue value is 92 (36.33% from 255 or 18.36% from 501); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C15C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8C15C is #273EA3. Grayscale: #BCBCBC. Windows color (decimal): -2571940 or 6078936. OLE color: 6078936.

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

Color convert

RGB21619392-
CMYK00.110.570.15
HSL48.87º61.39%60.39%-
HSV(B)48.87º57.41%84.71%-
XYZ49.3253.5117.85-
YUV188.3673.62147.71-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 43.11%
GREEN value IS 193 (75.78% from 255) = 38.52%
BLUE value IS 92 (36.33% from 255) = 18.36%
R=43.11%
G=38.52%
B=18.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.57
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161939200.110.570.1548.8761.3960.39
HexD8C15C0B39F313d3c
Octal3303011340137117617574
Binary11011000110000011011100010111110011111110001111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8C15C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8C15C; }

 p { color: rgb(216,193,92); }

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

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

 a { background-color: rgb(216,193,92); }

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

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

 span { border-color: rgb(216,193,92); }

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