Html Css Color HEX #DCC562 Tacha

📋 copy color: '#DCC562'

red 220 ◦ green 197 ◦ blue 98

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

Shades of Tacha #DCC562

Tints of Tacha #DCC562

RGB

 RED value IS 220 (86.33% from 255) = 42.72%

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

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

R = 42.72%
G = 38.25%
B = 19.03%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#DCC562 (or 0xDCC562) is known color: Tacha. HEX triplet: DC, C5 and 62. RGB value is (220,197,98). Sum of RGB (Red+Green+Blue) = 220+197+98=515 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.72% from 515); Green value is 197 (77.34% from 255 or 38.25% from 515); Blue value is 98 (38.67% from 255 or 19.03% from 515); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC562 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC562 is #233A9D. Grayscale: #C1C1C1. Windows color (decimal): -2308766 or 6473180. OLE color: 6473180.

HSL color Cylindrical-coordinate representation of color #DCC562: hue angle of 48.69º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DCC562 is Cyan = 0, Magento = 0.10, Yellow = 0.55 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 197 98 -
CMYK 0 0.10 0.55 0.14
HSL 48.69º 0.64% 0.62% -
HSV(B) 48.69º 0.55% 0.86% -
XYZ 51.69 56.03 19.65 -
YUV 192.59 74.62 147.55 -
System Red Green Blue C M Y K H S L
Decimal 220 197 98 0 0.10 0.55 0.14 48.69 0.64 0.62
Hex DC C5 62 0 A 37 E 31 40 3E
Octal 334 305 142 0 12 67 16 61 100 76
Binary 11011100 11000101 1100010 0 1010 110111 1110 110001 1000000 111110

Color Harmonies of #DCC562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC562

Black with #DCC562

Text Example


Text Example

White with #DCC562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC562; }

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

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

background-color css

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

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

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

border-color css

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

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

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