#D7C15D

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

Shades of Tacha #D7C15D

Tints of Tacha #D7C15D

Color information

#D7C15D (or 0xD7C15D) is unknown color: approx Tacha. HEX triplet: D7, C1 and 5D. RGB value is (215,193,93). Sum of RGB (Red+Green+Blue) = 215+193+93=501 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.91% from 501); Green value is 193 (75.78% from 255 or 38.52% from 501); Blue value is 93 (36.72% from 255 or 18.56% from 501); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C15D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7C15D is #283EA2. Grayscale: #BCBCBC. Windows color (decimal): -2637475 or 6144471. OLE color: 6144471.

HSL color Cylindrical-coordinate representation of color #D7C15D: hue angle of 49.18º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D7C15D is Cyan = 0, Magento = 0.10, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB21519393-
CMYK00.100.570.16
HSL49.18º60.4%60.39%-
HSV(B)49.18º56.74%84.31%-
XYZ49.0753.3818.07-
YUV188.1874.29147.13-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 42.91%
GREEN value IS 193 (75.78% from 255) = 38.52%
BLUE value IS 93 (36.72% from 255) = 18.56%
R=42.91%
G=38.52%
B=18.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2151939300.100.570.1649.1860.460.39
HexD7C15D0A3910313c3c
Octal3273011350127120617474
Binary110101111100000110111010101011100110000110001111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7C15D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7C15D; }

 p { color: rgb(215,193,93); }

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

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

 a { background-color: rgb(215,193,93); }

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

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

 span { border-color: rgb(215,193,93); }

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