Html Css Color HEX #DCC560 Tacha

📋 copy color: '#DCC560'

red 220 ◦ green 197 ◦ blue 96

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

Shades of Tacha #DCC560

Tints of Tacha #DCC560

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 18.71%

R = 42.88%
G = 38.4%
B = 18.71%

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

#DCC560 (or 0xDCC560) is known color: Tacha. HEX triplet: DC, C5 and 60. RGB value is (220,197,96). Sum of RGB (Red+Green+Blue) = 220+197+96=513 (67% of max value = 765). Red value is 220 (86.33% from 255 or 42.88% from 513); Green value is 197 (77.34% from 255 or 38.40% from 513); Blue value is 96 (37.89% from 255 or 18.71% from 513); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC560 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC560 is #233A9F. Grayscale: #C0C0C0. Windows color (decimal): -2308768 or 6342108. OLE color: 6342108.

HSL color Cylindrical-coordinate representation of color #DCC560: hue angle of 48.87º 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 #DCC560 is Cyan = 0, Magento = 0.10, Yellow = 0.56 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 197 96 -
CMYK 0 0.10 0.56 0.14
HSL 48.87º 0.64% 0.62% -
HSV(B) 48.87º 0.56% 0.86% -
XYZ 51.59 55.99 19.15 -
YUV 192.36 73.62 147.71 -
System Red Green Blue C M Y K H S L
Decimal 220 197 96 0 0.10 0.56 0.14 48.87 0.64 0.62
Hex DC C5 60 0 A 38 E 31 40 3E
Octal 334 305 140 0 12 70 16 61 100 76
Binary 11011100 11000101 1100000 0 1010 111000 1110 110001 1000000 111110

Color Harmonies of #DCC560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC560

Black with #DCC560

Text Example


Text Example

White with #DCC560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC560; }

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

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

background-color css

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

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

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

border-color css

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

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

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