#D7C15B

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

Shades of Tacha #D7C15B

Tints of Tacha #D7C15B

Color information

#D7C15B (or 0xD7C15B) is unknown color: approx Tacha. HEX triplet: D7, C1 and 5B. RGB value is (215,193,91). Sum of RGB (Red+Green+Blue) = 215+193+91=499 (66% of max value = 765). Red value is 215 (84.38% from 255 or 43.09% from 499); Green value is 193 (75.78% from 255 or 38.68% from 499); Blue value is 91 (35.94% from 255 or 18.24% from 499); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C15B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7C15B is #283EA4. Grayscale: #BCBCBC. Windows color (decimal): -2637477 or 6013399. OLE color: 6013399.

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

Color convert

RGB21519391-
CMYK00.100.580.16
HSL49.35º60.78%60%-
HSV(B)49.35º57.67%84.31%-
XYZ48.9853.3417.61-
YUV187.9573.29147.29-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 43.09%
GREEN value IS 193 (75.78% from 255) = 38.68%
BLUE value IS 91 (35.94% from 255) = 18.24%
R=43.09%
G=38.68%
B=18.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.58
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2151939100.100.580.1649.3560.7860
HexD7C15B0A3A10313d3c
Octal3273011330127220617574
Binary110101111100000110110110101011101010000110001111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7C15B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7C15B; }

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

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

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

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

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

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

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

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