Html Css Color HEX #DCC160 Tacha

📋 copy color: '#DCC160'

red 220 ◦ green 193 ◦ blue 96

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

Shades of Tacha #DCC160

Tints of Tacha #DCC160

RGB

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

 GREEN value IS 193 (75.78% from 255) = 37.92%

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

R = 43.22%
G = 37.92%
B = 18.86%

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

#DCC160 (or 0xDCC160) is known color: Tacha. HEX triplet: DC, C1 and 60. RGB value is (220,193,96). Sum of RGB (Red+Green+Blue) = 220+193+96=509 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.22% from 509); Green value is 193 (75.78% from 255 or 37.92% from 509); Blue value is 96 (37.89% from 255 or 18.86% from 509); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC160 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC160 is #233E9F. Grayscale: #BEBEBE. Windows color (decimal): -2309792 or 6341084. OLE color: 6341084.

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

Color convert

RGB 220 193 96 -
CMYK 0 0.12 0.56 0.14
HSL 46.94º 0.64% 0.62% -
HSV(B) 46.94º 0.56% 0.86% -
XYZ 50.7 54.2 18.86 -
YUV 190.02 74.95 149.39 -
System Red Green Blue C M Y K H S L
Decimal 220 193 96 0 0.12 0.56 0.14 46.94 0.64 0.62
Hex DC C1 60 0 C 38 E 2F 40 3E
Octal 334 301 140 0 14 70 16 57 100 76
Binary 11011100 11000001 1100000 0 1100 111000 1110 101111 1000000 111110

Color Harmonies of #DCC160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC160

Black with #DCC160

Text Example


Text Example

White with #DCC160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC160; }

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

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

background-color css

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

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

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

border-color css

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

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

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