Html Css Color HEX #DCC561 Tacha

📋 copy color: '#DCC561'

red 220 ◦ green 197 ◦ blue 97

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

Shades of Tacha #DCC561

Tints of Tacha #DCC561

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 18.87%

R = 42.8%
G = 38.33%
B = 18.87%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#DCC561 (or 0xDCC561) is known color: Tacha. HEX triplet: DC, C5 and 61. RGB value is (220,197,97). Sum of RGB (Red+Green+Blue) = 220+197+97=514 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.80% from 514); Green value is 197 (77.34% from 255 or 38.33% from 514); Blue value is 97 (38.28% from 255 or 18.87% from 514); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC561 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC561 is #233A9E. Grayscale: #C0C0C0. Windows color (decimal): -2308767 or 6407644. OLE color: 6407644.

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

Color convert

RGB 220 197 97 -
CMYK 0 0.10 0.56 0.14
HSL 48.78º 0.64% 0.62% -
HSV(B) 48.78º 0.56% 0.86% -
XYZ 51.64 56.01 19.4 -
YUV 192.48 74.12 147.63 -
System Red Green Blue C M Y K H S L
Decimal 220 197 97 0 0.10 0.56 0.14 48.78 0.64 0.62
Hex DC C5 61 0 A 38 E 31 40 3E
Octal 334 305 141 0 12 70 16 61 100 76
Binary 11011100 11000101 1100001 0 1010 111000 1110 110001 1000000 111110

Color Harmonies of #DCC561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC561

Black with #DCC561

Text Example


Text Example

White with #DCC561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC561; }

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

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

background-color css

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

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

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

border-color css

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

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

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