Html Css Color HEX #D5C557 Tacha

📋 copy color: '#D5C557'

red 213 ◦ green 197 ◦ blue 87

#D5C557
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tacha #D5C557

Tints of Tacha #D5C557

RGB

 RED value IS 213 (83.59% from 255) = 42.86%

 GREEN value IS 197 (77.34% from 255) = 39.64%

 BLUE value IS 87 (34.38% from 255) = 17.51%

R = 42.86%
G = 39.64%
B = 17.51%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.59

 K value IS 0.16

RGB Variations

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

Color information

#D5C557 (or 0xD5C557) is known color: Tacha. HEX triplet: D5, C5 and 57. RGB value is (213,197,87). Sum of RGB (Red+Green+Blue) = 213+197+87=497 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.86% from 497); Green value is 197 (77.34% from 255 or 39.64% from 497); Blue value is 87 (34.38% from 255 or 17.51% from 497); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C557 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5C557 is #2A3AA8. Grayscale: #BDBDBD. Windows color (decimal): -2767529 or 5752277. OLE color: 5752277.

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

Color convert

RGB 213 197 87 -
CMYK 0 0.08 0.59 0.16
HSL 52.38º 0.6% 0.59% -
HSV(B) 52.38º 0.59% 0.84% -
XYZ 49.13 54.77 17 -
YUV 189.24 70.3 144.94 -
System Red Green Blue C M Y K H S L
Decimal 213 197 87 0 0.08 0.59 0.16 52.38 0.6 0.59
Hex D5 C5 57 0 8 3B 10 34 3C 3B
Octal 325 305 127 0 10 73 20 64 74 73
Binary 11010101 11000101 1010111 0 1000 111011 10000 110100 111100 111011

Color Harmonies of #D5C557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C557

Black with #D5C557

Text Example


Text Example

White with #D5C557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C557; }

 p { color: rgb(213,197,87); }

 H1.HeaderClassName
 {
   color: #D5C557;
 }
 .AnyTagClassName
 {
   color: #D5C557;
 }
</style>

background-color css

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

 a { background-color: rgb(213,197,87); }

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

border-color css

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

 span { border-color: rgb(213,197,87); }

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