Html Css Color HEX #D6C15A Tacha

📋 copy color: '#D6C15A'

red 214 ◦ green 193 ◦ blue 90

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

Shades of Tacha #D6C15A

Tints of Tacha #D6C15A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 18.11%

R = 43.06%
G = 38.83%
B = 18.11%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.58

 K value IS 0.16

RGB Variations

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

Color information

#D6C15A (or 0xD6C15A) is known color: Tacha. HEX triplet: D6, C1 and 5A. RGB value is (214,193,90). Sum of RGB (Red+Green+Blue) = 214+193+90=497 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.06% from 497); Green value is 193 (75.78% from 255 or 38.83% from 497); Blue value is 90 (35.55% from 255 or 18.11% from 497); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C15A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6C15A is #293EA5. Grayscale: #BBBBBB. Windows color (decimal): -2703014 or 5947862. OLE color: 5947862.

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

Color convert

RGB 214 193 90 -
CMYK 0 0.10 0.58 0.16
HSL 49.84º 0.6% 0.6% -
HSV(B) 49.84º 0.58% 0.84% -
XYZ 48.65 53.17 17.37 -
YUV 187.54 72.96 146.88 -
System Red Green Blue C M Y K H S L
Decimal 214 193 90 0 0.10 0.58 0.16 49.84 0.6 0.6
Hex D6 C1 5A 0 A 3A 10 32 3C 3C
Octal 326 301 132 0 12 72 20 62 74 74
Binary 11010110 11000001 1011010 0 1010 111010 10000 110010 111100 111100

Color Harmonies of #D6C15A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C15A

Black with #D6C15A

Text Example


Text Example

White with #D6C15A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C15A; }

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

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

background-color css

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

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

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

border-color css

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

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

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