Html Css Color HEX #DCC263 Tacha

📋 copy color: '#DCC263'

red 220 ◦ green 194 ◦ blue 99

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

Shades of Tacha #DCC263

Tints of Tacha #DCC263

RGB

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

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

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

R = 42.88%
G = 37.82%
B = 19.3%

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

#DCC263 (or 0xDCC263) is known color: Tacha. HEX triplet: DC, C2 and 63. RGB value is (220,194,99). Sum of RGB (Red+Green+Blue) = 220+194+99=513 (67% of max value = 765). Red value is 220 (86.33% from 255 or 42.88% from 513); Green value is 194 (76.17% from 255 or 37.82% from 513); Blue value is 99 (39.06% from 255 or 19.30% from 513); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC263 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC263 is #233D9C. Grayscale: #BFBFBF. Windows color (decimal): -2309533 or 6537948. OLE color: 6537948.

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

Color convert

RGB 220 194 99 -
CMYK 0 0.12 0.55 0.14
HSL 47.11º 0.63% 0.63% -
HSV(B) 47.11º 0.55% 0.86% -
XYZ 51.06 54.7 19.67 -
YUV 190.94 76.11 148.72 -
System Red Green Blue C M Y K H S L
Decimal 220 194 99 0 0.12 0.55 0.14 47.11 0.63 0.63
Hex DC C2 63 0 C 37 E 2F 3F 3F
Octal 334 302 143 0 14 67 16 57 77 77
Binary 11011100 11000010 1100011 0 1100 110111 1110 101111 111111 111111

Color Harmonies of #DCC263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC263

Black with #DCC263

Text Example


Text Example

White with #DCC263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC263; }

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

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

background-color css

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

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

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

border-color css

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

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

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