Html Css Color HEX #DCC163 Tacha

📋 copy color: '#DCC163'

red 220 ◦ green 193 ◦ blue 99

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

Shades of Tacha #DCC163

Tints of Tacha #DCC163

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 19.34%

R = 42.97%
G = 37.7%
B = 19.34%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#DCC163 (or 0xDCC163) is known color: Tacha. HEX triplet: DC, C1 and 63. RGB value is (220,193,99). Sum of RGB (Red+Green+Blue) = 220+193+99=512 (67% of max value = 765). Red value is 220 (86.33% from 255 or 42.97% from 512); Green value is 193 (75.78% from 255 or 37.70% from 512); Blue value is 99 (39.06% from 255 or 19.34% from 512); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC163 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC163 is #233E9C. Grayscale: #BEBEBE. Windows color (decimal): -2309789 or 6537692. OLE color: 6537692.

HSL color Cylindrical-coordinate representation of color #DCC163: hue angle of 46.61º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DCC163 is Cyan = 0, Magento = 0.12, Yellow = 0.55 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 193 99 -
CMYK 0 0.12 0.55 0.14
HSL 46.61º 0.63% 0.63% -
HSV(B) 46.61º 0.55% 0.86% -
XYZ 50.84 54.26 19.6 -
YUV 190.36 76.45 149.14 -
System Red Green Blue C M Y K H S L
Decimal 220 193 99 0 0.12 0.55 0.14 46.61 0.63 0.63
Hex DC C1 63 0 C 37 E 2F 3F 3F
Octal 334 301 143 0 14 67 16 57 77 77
Binary 11011100 11000001 1100011 0 1100 110111 1110 101111 111111 111111

Color Harmonies of #DCC163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC163

Black with #DCC163

Text Example


Text Example

White with #DCC163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC163; }

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

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

background-color css

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

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

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

border-color css

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

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

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