Html Css Color HEX #D6C155 Tacha

📋 copy color: '#D6C155'

red 214 ◦ green 193 ◦ blue 85

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

Shades of Tacha #D6C155

Tints of Tacha #D6C155

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 17.28%

R = 43.5%
G = 39.23%
B = 17.28%

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

#D6C155 (or 0xD6C155) is known color: Tacha. HEX triplet: D6, C1 and 55. RGB value is (214,193,85). Sum of RGB (Red+Green+Blue) = 214+193+85=492 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.50% from 492); Green value is 193 (75.78% from 255 or 39.23% from 492); Blue value is 85 (33.59% from 255 or 17.28% from 492); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C155 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6C155 is #293EAA. Grayscale: #BBBBBB. Windows color (decimal): -2703019 or 5620182. OLE color: 5620182.

HSL color Cylindrical-coordinate representation of color #D6C155: hue angle of 50.23º 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 #D6C155 is Cyan = 0, Magento = 0.10, Yellow = 0.60 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 193 85 -
CMYK 0 0.10 0.60 0.16
HSL 50.23º 0.61% 0.59% -
HSV(B) 50.23º 0.6% 0.84% -
XYZ 48.44 53.09 16.29 -
YUV 186.97 70.46 147.28 -
System Red Green Blue C M Y K H S L
Decimal 214 193 85 0 0.10 0.60 0.16 50.23 0.61 0.59
Hex D6 C1 55 0 A 3C 10 32 3D 3B
Octal 326 301 125 0 12 74 20 62 75 73
Binary 11010110 11000001 1010101 0 1010 111100 10000 110010 111101 111011

Color Harmonies of #D6C155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C155

Black with #D6C155

Text Example


Text Example

White with #D6C155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C155; }

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

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

background-color css

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

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

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

border-color css

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

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

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