Html Css Color HEX #DCC260 Tacha

📋 copy color: '#DCC260'

red 220 ◦ green 194 ◦ blue 96

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

Shades of Tacha #DCC260

Tints of Tacha #DCC260

RGB

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

 GREEN value IS 194 (76.17% from 255) = 38.04%

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

R = 43.14%
G = 38.04%
B = 18.82%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#DCC260 (or 0xDCC260) is known color: Tacha. HEX triplet: DC, C2 and 60. RGB value is (220,194,96). Sum of RGB (Red+Green+Blue) = 220+194+96=510 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.14% from 510); Green value is 194 (76.17% from 255 or 38.04% from 510); Blue value is 96 (37.89% from 255 or 18.82% from 510); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC260 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC260 is #233D9F. Grayscale: #BFBFBF. Windows color (decimal): -2309536 or 6341340. OLE color: 6341340.

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

Color convert

RGB 220 194 96 -
CMYK 0 0.12 0.56 0.14
HSL 47.42º 0.64% 0.62% -
HSV(B) 47.42º 0.56% 0.86% -
XYZ 50.92 54.64 18.93 -
YUV 190.6 74.61 148.97 -
System Red Green Blue C M Y K H S L
Decimal 220 194 96 0 0.12 0.56 0.14 47.42 0.64 0.62
Hex DC C2 60 0 C 38 E 2F 40 3E
Octal 334 302 140 0 14 70 16 57 100 76
Binary 11011100 11000010 1100000 0 1100 111000 1110 101111 1000000 111110

Color Harmonies of #DCC260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC260

Black with #DCC260

Text Example


Text Example

White with #DCC260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC260; }

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

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

background-color css

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

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

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

border-color css

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

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

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