Html Css Color HEX #D5C562 Tacha

📋 copy color: '#D5C562'

red 213 ◦ green 197 ◦ blue 98

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

Shades of Tacha #D5C562

Tints of Tacha #D5C562

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 19.29%

R = 41.93%
G = 38.78%
B = 19.29%

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

#D5C562 (or 0xD5C562) is known color: Tacha. HEX triplet: D5, C5 and 62. RGB value is (213,197,98). Sum of RGB (Red+Green+Blue) = 213+197+98=508 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.93% from 508); Green value is 197 (77.34% from 255 or 38.78% from 508); Blue value is 98 (38.67% from 255 or 19.29% from 508); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C562 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5C562 is #2A3A9D. Grayscale: #BEBEBE. Windows color (decimal): -2767518 or 6473173. OLE color: 6473173.

HSL color Cylindrical-coordinate representation of color #D5C562: hue angle of 51.65º 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 #D5C562 is Cyan = 0, Magento = 0.08, Yellow = 0.54 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 197 98 -
CMYK 0 0.08 0.54 0.16
HSL 51.65º 0.58% 0.61% -
HSV(B) 51.65º 0.54% 0.84% -
XYZ 49.61 54.96 19.55 -
YUV 190.5 75.8 144.05 -
System Red Green Blue C M Y K H S L
Decimal 213 197 98 0 0.08 0.54 0.16 51.65 0.58 0.61
Hex D5 C5 62 0 8 36 10 34 3A 3D
Octal 325 305 142 0 10 66 20 64 72 75
Binary 11010101 11000101 1100010 0 1000 110110 10000 110100 111010 111101

Color Harmonies of #D5C562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C562

Black with #D5C562

Text Example


Text Example

White with #D5C562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C562; }

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

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

background-color css

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

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

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

border-color css

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

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

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