Html Css Color HEX #DCC060 Tacha

📋 copy color: '#DCC060'

red 220 ◦ green 192 ◦ blue 96

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

Shades of Tacha #DCC060

Tints of Tacha #DCC060

RGB

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

 GREEN value IS 192 (75.39% from 255) = 37.8%

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

R = 43.31%
G = 37.8%
B = 18.9%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#DCC060 (or 0xDCC060) is known color: Tacha. HEX triplet: DC, C0 and 60. RGB value is (220,192,96). Sum of RGB (Red+Green+Blue) = 220+192+96=508 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.31% from 508); Green value is 192 (75.39% from 255 or 37.80% from 508); Blue value is 96 (37.89% from 255 or 18.90% from 508); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC060 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC060 is #233F9F. Grayscale: #BDBDBD. Windows color (decimal): -2310048 or 6340828. OLE color: 6340828.

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

Color convert

RGB 220 192 96 -
CMYK 0 0.13 0.56 0.14
HSL 46.45º 0.64% 0.62% -
HSV(B) 46.45º 0.56% 0.86% -
XYZ 50.48 53.76 18.78 -
YUV 189.43 75.28 149.81 -
System Red Green Blue C M Y K H S L
Decimal 220 192 96 0 0.13 0.56 0.14 46.45 0.64 0.62
Hex DC C0 60 0 D 38 E 2E 40 3E
Octal 334 300 140 0 15 70 16 56 100 76
Binary 11011100 11000000 1100000 0 1101 111000 1110 101110 1000000 111110

Color Harmonies of #DCC060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC060

Black with #DCC060

Text Example


Text Example

White with #DCC060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC060; }

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

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

background-color css

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

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

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

border-color css

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

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

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