Html Css Color HEX #DCC156 Tacha

📋 copy color: '#DCC156'

red 220 ◦ green 193 ◦ blue 86

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

Shades of Tacha #DCC156

Tints of Tacha #DCC156

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 17.23%

R = 44.09%
G = 38.68%
B = 17.23%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.61

 K value IS 0.14

RGB Variations

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

Color information

#DCC156 (or 0xDCC156) is known color: Tacha. HEX triplet: DC, C1 and 56. RGB value is (220,193,86). Sum of RGB (Red+Green+Blue) = 220+193+86=499 (66% of max value = 765). Red value is 220 (86.33% from 255 or 44.09% from 499); Green value is 193 (75.78% from 255 or 38.68% from 499); Blue value is 86 (33.98% from 255 or 17.23% from 499); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC156 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC156 is #233EA9. Grayscale: #BDBDBD. Windows color (decimal): -2309802 or 5685724. OLE color: 5685724.

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

Color convert

RGB 220 193 86 -
CMYK 0 0.12 0.61 0.14
HSL 47.91º 0.66% 0.6% -
HSV(B) 47.91º 0.61% 0.86% -
XYZ 50.26 54.03 16.58 -
YUV 188.88 69.95 150.2 -
System Red Green Blue C M Y K H S L
Decimal 220 193 86 0 0.12 0.61 0.14 47.91 0.66 0.6
Hex DC C1 56 0 C 3D E 30 42 3C
Octal 334 301 126 0 14 75 16 60 102 74
Binary 11011100 11000001 1010110 0 1100 111101 1110 110000 1000010 111100

Color Harmonies of #DCC156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC156

Black with #DCC156

Text Example


Text Example

White with #DCC156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC156; }

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

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

background-color css

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

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

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

border-color css

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

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

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