Html Css Color HEX #D5C563 Tacha

📋 copy color: '#D5C563'

red 213 ◦ green 197 ◦ blue 99

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

Shades of Tacha #D5C563

Tints of Tacha #D5C563

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 19.45%

R = 41.85%
G = 38.7%
B = 19.45%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.54

 K value IS 0.16

RGB Variations

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

Color information

#D5C563 (or 0xD5C563) is known color: Tacha. HEX triplet: D5, C5 and 63. RGB value is (213,197,99). Sum of RGB (Red+Green+Blue) = 213+197+99=509 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.85% from 509); Green value is 197 (77.34% from 255 or 38.70% from 509); Blue value is 99 (39.06% from 255 or 19.45% from 509); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C563 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5C563 is #2A3A9C. Grayscale: #BFBFBF. Windows color (decimal): -2767517 or 6538709. OLE color: 6538709.

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

Color convert

RGB 213 197 99 -
CMYK 0 0.08 0.54 0.16
HSL 51.58º 0.58% 0.61% -
HSV(B) 51.58º 0.54% 0.84% -
XYZ 49.66 54.98 19.8 -
YUV 190.61 76.3 143.97 -
System Red Green Blue C M Y K H S L
Decimal 213 197 99 0 0.08 0.54 0.16 51.58 0.58 0.61
Hex D5 C5 63 0 8 36 10 34 3A 3D
Octal 325 305 143 0 10 66 20 64 72 75
Binary 11010101 11000101 1100011 0 1000 110110 10000 110100 111010 111101

Color Harmonies of #D5C563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C563

Black with #D5C563

Text Example


Text Example

White with #D5C563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C563; }

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

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

background-color css

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

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

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

border-color css

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

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

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