#D5C15C

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

Shades of Tacha #D5C15C

Tints of Tacha #D5C15C

Color information

#D5C15C (or 0xD5C15C) is unknown color: approx Tacha. HEX triplet: D5, C1 and 5C. RGB value is (213,193,92). Sum of RGB (Red+Green+Blue) = 213+193+92=498 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.77% from 498); Green value is 193 (75.78% from 255 or 38.76% from 498); Blue value is 92 (36.33% from 255 or 18.47% from 498); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C15C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5C15C is #2A3EA3. Grayscale: #BBBBBB. Windows color (decimal): -2768548 or 6078933. OLE color: 6078933.

HSL color Cylindrical-coordinate representation of color #D5C15C: hue angle of 50.08º degrees, saturation: 0.59, 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 #D5C15C is Cyan = 0, Magento = 0.09, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB21319392-
CMYK00.090.570.16
HSL50.08º59.02%59.8%-
HSV(B)50.08º56.81%83.53%-
XYZ48.4453.0617.81-
YUV187.4774.13146.21-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.77%
GREEN value IS 193 (75.78% from 255) = 38.76%
BLUE value IS 92 (36.33% from 255) = 18.47%
R=42.77%
G=38.76%
B=18.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131939200.090.570.1650.0859.0259.8
HexD5C15C093910323b3c
Octal3253011340117120627374
Binary110101011100000110111000100111100110000110010111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5C15C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5C15C; }

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

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

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

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

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

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

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

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