Html Css Color HEX #DCC760 Tacha

📋 copy color: '#DCC760'

red 220 ◦ green 199 ◦ blue 96

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

Shades of Tacha #DCC760

Tints of Tacha #DCC760

RGB

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

 GREEN value IS 199 (78.13% from 255) = 38.64%

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

R = 42.72%
G = 38.64%
B = 18.64%

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

#DCC760 (or 0xDCC760) is known color: Tacha. HEX triplet: DC, C7 and 60. RGB value is (220,199,96). Sum of RGB (Red+Green+Blue) = 220+199+96=515 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.72% from 515); Green value is 199 (78.12% from 255 or 38.64% from 515); Blue value is 96 (37.89% from 255 or 18.64% from 515); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC760 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC760 is #23389F. Grayscale: #C1C1C1. Windows color (decimal): -2308256 or 6342620. OLE color: 6342620.

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

Color convert

RGB 220 199 96 -
CMYK 0 0.10 0.56 0.14
HSL 49.84º 0.64% 0.62% -
HSV(B) 49.84º 0.56% 0.86% -
XYZ 52.05 56.91 19.31 -
YUV 193.54 72.96 146.88 -
System Red Green Blue C M Y K H S L
Decimal 220 199 96 0 0.10 0.56 0.14 49.84 0.64 0.62
Hex DC C7 60 0 A 38 E 32 40 3E
Octal 334 307 140 0 12 70 16 62 100 76
Binary 11011100 11000111 1100000 0 1010 111000 1110 110010 1000000 111110

Color Harmonies of #DCC760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC760

Black with #DCC760

Text Example


Text Example

White with #DCC760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC760; }

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

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

background-color css

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

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

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

border-color css

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

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

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