Html Css Color HEX #D6C156 Tacha

📋 copy color: '#D6C156'

red 214 ◦ green 193 ◦ blue 86

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

Shades of Tacha #D6C156

Tints of Tacha #D6C156

RGB

 RED value IS 214 (83.98% from 255) = 43.41%

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

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

R = 43.41%
G = 39.15%
B = 17.44%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.60

 K value IS 0.16

RGB Variations

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

Color information

#D6C156 (or 0xD6C156) is known color: Tacha. HEX triplet: D6, C1 and 56. RGB value is (214,193,86). Sum of RGB (Red+Green+Blue) = 214+193+86=493 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.41% from 493); Green value is 193 (75.78% from 255 or 39.15% from 493); Blue value is 86 (33.98% from 255 or 17.44% from 493); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C156 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6C156 is #293EA9. Grayscale: #BBBBBB. Windows color (decimal): -2703018 or 5685718. OLE color: 5685718.

HSL color Cylindrical-coordinate representation of color #D6C156: hue angle of 50.16º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D6C156 is Cyan = 0, Magento = 0.10, Yellow = 0.60 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 193 86 -
CMYK 0 0.10 0.60 0.16
HSL 50.16º 0.61% 0.59% -
HSV(B) 50.16º 0.6% 0.84% -
XYZ 48.48 53.11 16.5 -
YUV 187.08 70.96 147.2 -
System Red Green Blue C M Y K H S L
Decimal 214 193 86 0 0.10 0.60 0.16 50.16 0.61 0.59
Hex D6 C1 56 0 A 3C 10 32 3D 3B
Octal 326 301 126 0 12 74 20 62 75 73
Binary 11010110 11000001 1010110 0 1010 111100 10000 110010 111101 111011

Color Harmonies of #D6C156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C156

Black with #D6C156

Text Example


Text Example

White with #D6C156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C156; }

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

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

background-color css

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

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

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

border-color css

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

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

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