Html Css Color HEX #DCC056 Tacha

📋 copy color: '#DCC056'

red 220 ◦ green 192 ◦ blue 86

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

Shades of Tacha #DCC056

Tints of Tacha #DCC056

RGB

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

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

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

R = 44.18%
G = 38.55%
B = 17.27%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.61

 K value IS 0.14

RGB Variations

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

Color information

#DCC056 (or 0xDCC056) is known color: Tacha. HEX triplet: DC, C0 and 56. RGB value is (220,192,86). Sum of RGB (Red+Green+Blue) = 220+192+86=498 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.18% from 498); Green value is 192 (75.39% from 255 or 38.55% from 498); Blue value is 86 (33.98% from 255 or 17.27% from 498); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC056 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC056 is #233FA9. Grayscale: #BCBCBC. Windows color (decimal): -2310058 or 5685468. OLE color: 5685468.

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

Color convert

RGB 220 192 86 -
CMYK 0 0.13 0.61 0.14
HSL 47.46º 0.66% 0.6% -
HSV(B) 47.46º 0.61% 0.86% -
XYZ 50.04 53.59 16.51 -
YUV 188.29 70.28 150.62 -
System Red Green Blue C M Y K H S L
Decimal 220 192 86 0 0.13 0.61 0.14 47.46 0.66 0.6
Hex DC C0 56 0 D 3D E 2F 42 3C
Octal 334 300 126 0 15 75 16 57 102 74
Binary 11011100 11000000 1010110 0 1101 111101 1110 101111 1000010 111100

Color Harmonies of #DCC056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC056

Black with #DCC056

Text Example


Text Example

White with #DCC056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC056; }

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

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

background-color css

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

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

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

border-color css

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

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

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